84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
途中第二条记录(Create README.md)是在github的web界面操作的,其他的提交都是在本地电脑上提交的,为什么我本地提交的不显示图像呢?
git新手,求解答。
闭关修行中......
git config的时候,global的邮箱错了。。
git config
global
本地设的是islearnings@gmail.com,但是github上的是2276421123@qq.com。
islearnings@gmail.com
2276421123@qq.com
把islearnings@gmail.com邮箱添加到github,或者修改本地的config为2276421123@qq.com
邮箱用户名不对
改下本地git配置git config --global user.name "username"git config --global user.email “username@mail.com”
git config
的时候,global
的邮箱错了。。本地设的是
islearnings@gmail.com
,但是github上的是2276421123@qq.com
。把islearnings@gmail.com邮箱添加到github,或者修改本地的config为2276421123@qq.com
邮箱用户名不对
改下本地git配置
git config --global user.name "username"
git config --global user.email “username@mail.com”