查看所有配置
git config --list
設(shè)置用戶名
git config --global user.name tianshan
設(shè)置密碼
git config --global user.password tianshan
設(shè)置郵箱
git config --global user.email "eamil@qq.com"
git命令每次都要輸入賬號密碼解決方法
打開項目cmd , 打開方式 – 進(jìn)入項目的文件目錄,在目錄中輸入 cmd
在命令行輸入命令 git config –global credential.helper store
在命令行輸入命令 git pull (意思是創(chuàng)建一個logo文件保存你的賬號密碼,這樣以后就不需要再重復(fù)輸入賬號密碼了 )
文章來源:田珊珊個人博客
來源地址:http://www.tianshan277.com/723.html
申請創(chuàng)業(yè)報道,分享創(chuàng)業(yè)好點子。點擊此處,共同探討創(chuàng)業(yè)新機遇!