git 记住用户名和密码

 

down voteaccepted

You can store your credentials using the following command

$ git config credential.helper store
$ git push http://example.com/repo.git
Username: <type your username>
Password: <type your password>

from  https://stackoverflow.com/questions/11403407/git-asks-for-username-everytime-i-push

学到的git actions

git init

git pull url

git push

git push --all

以及

git status

git add -A

git status

git commit

git push

posted on 2017-06-30 02:51  jackvub  阅读(133)  评论(0编辑  收藏  举报