以上linux创建完git用户后,还需要设置git的密码。
(1)github上传时出现error: src refspec master does not match any解决办法
touch README
git add README
git commit -m 'first commit
git push origin master
微信扫一扫
以上linux创建完git用户后,还需要设置git的密码。
(1)github上传时出现error: src refspec master does not match any解决办法
touch README
git add README
git commit -m 'first commit
git push origin master
相关推荐