首先 git config –global credential.helper store
然后 git push/pull,
按照往常一样 输入账号密码。第二次就不需要了。
相当于设置默认的操作branch :git branch -u origin/master master
以上方式也许不可用
—>删除origin:git remote rm origin
—>重新增加origin:git remote add origin git@github.com:username/repository.git
—>提交:git push -u origin master
http://yourname:password@git.oschina.net/name/project.git