首页
Java
登录
6mi
u
盘
搜
搜 索
Java
git 常见问题 及 操作
git 常见问题 及 操作
xiaoxiao
2021-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
)