github提交代码每次都输入密码
git config --global credential.helper store
git push
输入用户名密码,下次再push代码时就不用输入用户名密码啦!
在北京的灯中,有一盏是我家的。这个梦何时可以实现?哪怕微微亮。北京就像魔鬼训练营,有能力的留,没能力的走……
git config --global credential.helper store
git push
输入用户名密码,下次再push代码时就不用输入用户名密码啦!