报错信息
error: src refspec master does not match any.
error: failed to push some refs to 'git@github.com:hahaha/ftpmanage.git'
意思是仓库是空的
1、使用git add .
将文件全部添加
2、再使用 git commit -m "init"
将代码提交到本地
3、然后 git remote add origin 仓库地址
,如果显示已存在就删除.git文件,重新初始化git init
然后执行前面的添加操作
4、最后使用 git push -u origin master
,需要验证,选择第一个浏览器验证即可
Select an authentication method for 'https://github.com/':
1. Web browser (default)
2. Personal access token