ssh: Could not resolve hostname -: Name or service not known
解决方法:
重新pull下项目,将pull下来的项目中的. git文件夹 复制到 需要上传的项目中(删除原项目的.git文件夹)
git add .
git commit -m ""
git push
git status
git log
解决方法:
重新pull下项目,将pull下来的项目中的. git文件夹 复制到 需要上传的项目中(删除原项目的.git文件夹)
git add .
git commit -m ""
git push
git status
git log