以上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
搭建git服务器
阅读 32
2023-07-03
以上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
相关推荐
精彩评论(0)