git config --global user.name "hongqin"
biolaptop17:2011scengs hongqin$ sudo curl -s -O \
http://github-media-downloads.s3.amazonaws.com/osx/git-credential-osxkeychain
biolaptop17:bin hongqin$ ll git-credential-osxkeychain
-rw-r--r-- 1 root wheel 15K Mar 6 11:11 git-credential-osxkeychain
sudo chmod u+x git-credential-osxkeychain
biolaptop17:bin hongqin$ sudo git config --global credential.helper osxkeychain
/Users/hongqin/github/2011scengs
$ git commit -m "src"
biolaptop17:2011scengs hongqin$ git remote add origin https://github.com/hongqin/2011scengs.git
fatal: remote origin already exists.
git push --force origin master
#fatal error
#fatal error
I deleted the .git directory. Re-cloned Gibhut directory, and then move small-sized folders into the github project. Synch with Github Gui worked this time.
It turns out that Gibhub limize files size to 100M. How did I uploaded 1.6G tarfile into the Bacillus coat repository?
It turns out that Gibhub limize files size to 100M. How did I uploaded 1.6G tarfile into the Bacillus coat repository?
No comments:
Post a Comment