Git/GitKraken – File Mode changes to unknown value (14001) after restoring repo from backup
Still new to Git(Kraken). Had a logic board go bad on me, and had to restore a repo from a backup, reinstall software, and get back up and running on a temporary machine till I can get the original back from the shop.
Now I have the repo open in Gitkraken, which is telling me I have 2,224 file changes on my hotfix branch – apparently all files. If I click on any one of them, the Diff View panel displays the messages, "File Mode Changes from 217 to 14001" and "File contents are unchanged."
I was able to translate the 217 Octal Value on file permissions.com, but found nothing for 14001.
I'm no expert on file permissions, but 217 (presumably the default setting on my prior machine, as I don't recall changing it) appears to be less than ideal, with only write access for User, execute access for Group, and full access for Other.
Can anyone tell me what this 14001 setting is all about (this is a brand new MacBook Pro, vs. the 2015 model that's being fixed)? Is this setting preferable to 217 (it would almost have to be...?)? What settings are ideal for static website files, and would it be good/bad/neutral to push these file mode changes?
git permissions chmod octal gitkraken
add a comment |
Still new to Git(Kraken). Had a logic board go bad on me, and had to restore a repo from a backup, reinstall software, and get back up and running on a temporary machine till I can get the original back from the shop.
Now I have the repo open in Gitkraken, which is telling me I have 2,224 file changes on my hotfix branch – apparently all files. If I click on any one of them, the Diff View panel displays the messages, "File Mode Changes from 217 to 14001" and "File contents are unchanged."
I was able to translate the 217 Octal Value on file permissions.com, but found nothing for 14001.
I'm no expert on file permissions, but 217 (presumably the default setting on my prior machine, as I don't recall changing it) appears to be less than ideal, with only write access for User, execute access for Group, and full access for Other.
Can anyone tell me what this 14001 setting is all about (this is a brand new MacBook Pro, vs. the 2015 model that's being fixed)? Is this setting preferable to 217 (it would almost have to be...?)? What settings are ideal for static website files, and would it be good/bad/neutral to push these file mode changes?
git permissions chmod octal gitkraken
what file system is your backup using?
– Major
Nov 20 '18 at 18:47
Good question... old computer ran El Capitan, new computer runs High Sierra ( (APFS/Apple File System, apparently a newer proprietary file system for macOS High Sierra and later). Files were backed up to/downloaded from Backblaze.
– Halfacre
Nov 20 '18 at 19:03
1
I had the same diff occur on a Ubuntu 18.10 ext4 filesystem randomly. Would be interesting to see what causes this.
– jthegedus
Nov 22 '18 at 3:12
add a comment |
Still new to Git(Kraken). Had a logic board go bad on me, and had to restore a repo from a backup, reinstall software, and get back up and running on a temporary machine till I can get the original back from the shop.
Now I have the repo open in Gitkraken, which is telling me I have 2,224 file changes on my hotfix branch – apparently all files. If I click on any one of them, the Diff View panel displays the messages, "File Mode Changes from 217 to 14001" and "File contents are unchanged."
I was able to translate the 217 Octal Value on file permissions.com, but found nothing for 14001.
I'm no expert on file permissions, but 217 (presumably the default setting on my prior machine, as I don't recall changing it) appears to be less than ideal, with only write access for User, execute access for Group, and full access for Other.
Can anyone tell me what this 14001 setting is all about (this is a brand new MacBook Pro, vs. the 2015 model that's being fixed)? Is this setting preferable to 217 (it would almost have to be...?)? What settings are ideal for static website files, and would it be good/bad/neutral to push these file mode changes?
git permissions chmod octal gitkraken
Still new to Git(Kraken). Had a logic board go bad on me, and had to restore a repo from a backup, reinstall software, and get back up and running on a temporary machine till I can get the original back from the shop.
Now I have the repo open in Gitkraken, which is telling me I have 2,224 file changes on my hotfix branch – apparently all files. If I click on any one of them, the Diff View panel displays the messages, "File Mode Changes from 217 to 14001" and "File contents are unchanged."
I was able to translate the 217 Octal Value on file permissions.com, but found nothing for 14001.
I'm no expert on file permissions, but 217 (presumably the default setting on my prior machine, as I don't recall changing it) appears to be less than ideal, with only write access for User, execute access for Group, and full access for Other.
Can anyone tell me what this 14001 setting is all about (this is a brand new MacBook Pro, vs. the 2015 model that's being fixed)? Is this setting preferable to 217 (it would almost have to be...?)? What settings are ideal for static website files, and would it be good/bad/neutral to push these file mode changes?
git permissions chmod octal gitkraken
git permissions chmod octal gitkraken
asked Nov 20 '18 at 18:11
HalfacreHalfacre
165416
165416
what file system is your backup using?
– Major
Nov 20 '18 at 18:47
Good question... old computer ran El Capitan, new computer runs High Sierra ( (APFS/Apple File System, apparently a newer proprietary file system for macOS High Sierra and later). Files were backed up to/downloaded from Backblaze.
– Halfacre
Nov 20 '18 at 19:03
1
I had the same diff occur on a Ubuntu 18.10 ext4 filesystem randomly. Would be interesting to see what causes this.
– jthegedus
Nov 22 '18 at 3:12
add a comment |
what file system is your backup using?
– Major
Nov 20 '18 at 18:47
Good question... old computer ran El Capitan, new computer runs High Sierra ( (APFS/Apple File System, apparently a newer proprietary file system for macOS High Sierra and later). Files were backed up to/downloaded from Backblaze.
– Halfacre
Nov 20 '18 at 19:03
1
I had the same diff occur on a Ubuntu 18.10 ext4 filesystem randomly. Would be interesting to see what causes this.
– jthegedus
Nov 22 '18 at 3:12
what file system is your backup using?
– Major
Nov 20 '18 at 18:47
what file system is your backup using?
– Major
Nov 20 '18 at 18:47
Good question... old computer ran El Capitan, new computer runs High Sierra ( (APFS/Apple File System, apparently a newer proprietary file system for macOS High Sierra and later). Files were backed up to/downloaded from Backblaze.
– Halfacre
Nov 20 '18 at 19:03
Good question... old computer ran El Capitan, new computer runs High Sierra ( (APFS/Apple File System, apparently a newer proprietary file system for macOS High Sierra and later). Files were backed up to/downloaded from Backblaze.
– Halfacre
Nov 20 '18 at 19:03
1
1
I had the same diff occur on a Ubuntu 18.10 ext4 filesystem randomly. Would be interesting to see what causes this.
– jthegedus
Nov 22 '18 at 3:12
I had the same diff occur on a Ubuntu 18.10 ext4 filesystem randomly. Would be interesting to see what causes this.
– jthegedus
Nov 22 '18 at 3:12
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53399046%2fgit-gitkraken-file-mode-changes-to-unknown-value-14001-after-restoring-repo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53399046%2fgit-gitkraken-file-mode-changes-to-unknown-value-14001-after-restoring-repo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
what file system is your backup using?
– Major
Nov 20 '18 at 18:47
Good question... old computer ran El Capitan, new computer runs High Sierra ( (APFS/Apple File System, apparently a newer proprietary file system for macOS High Sierra and later). Files were backed up to/downloaded from Backblaze.
– Halfacre
Nov 20 '18 at 19:03
1
I had the same diff occur on a Ubuntu 18.10 ext4 filesystem randomly. Would be interesting to see what causes this.
– jthegedus
Nov 22 '18 at 3:12