You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mean add the file with special characters to a normal Git repository and make sure you can push and pull from whichever machine(s) are involved. If it works with normal Git, but not with git-fat, please create a reproducible test.
ah, I can add that file to a normal git repo, I can push to github repo and other machine can pull that file, => it works with normal git.
This is the steps when I get this issue with git-fat:
After git add that file, I add that file path in .gitattributes, then I git commit. After that, I run git fat push and it seems pushed that file to the storage. After pushing finishes, I push the code to github repo.
After move to another machine, I fetch code and run git fat pull , it throws above error.
Activity
jedbrown commentedon Jul 10, 2017
longk15t commentedon Jul 11, 2017
Sorry for dump question, but what is plain Git ?
jedbrown commentedon Jul 11, 2017
longk15t commentedon Jul 11, 2017
do you mean
git pull
? it still work normallyjedbrown commentedon Jul 11, 2017
longk15t commentedon Jul 11, 2017
ah, I can add that file to a normal git repo, I can push to github repo and other machine can pull that file, => it works with normal git.
This is the steps when I get this issue with git-fat:
After git add that file, I add that file path in .gitattributes, then I git commit. After that, I run
git fat push
and it seems pushed that file to the storage. After pushing finishes, I push the code to github repo.After move to another machine, I fetch code and run
git fat pull
, it throws above error.