git 常见问题 及 操作

xiaoxiao2021-02-28  74

常见问题

/*error: src refspec master does not match any.*/ //首次提交无文件无法创建新的提交,解决: touch README git add README git commit -m 'first commit' git push origin master
转载请注明原文地址: https://www.6miu.com/read-25987.html

最新回复(0)