blchen的空间
—
by
在命令行下使用git,比使用GitHub for Windows方便很多,不过有一个恼人的地方是每次pull或者是push的时候都被提示输入用户名和密码,长期以来,烦不胜烦。
上网搜了一下,发现只要运行一下以下命令,git就会自动缓存密码,不再提示输入密码
git config --global credential.helper wincred
这下世界终于清静了。
You must be logged in to post a comment.
Leave a Reply
You must be logged in to post a comment.