Git 免密码操作

xiaoxiao2021-02-28  73

每次使用 git pull 或者 git push ,需要输入用户名和密码,工作效率低,以下命令可以实现永久免登陆:

git config --global credential.helper store git pull /git push (这里需要输入用户名和密码,以后就不用啦)
转载请注明原文地址: https://www.6miu.com/read-1950053.html

最新回复(0)