git push -u origin master
Warning: Identity file /Users/emotion/Desktop/gitRepository not accessible: No such file or directory.
每次新仓库提交到远程是,总会出现上述警告
但是/Users/emotion/Desktop/gitRepository这个文件夹早就不存在了,
提交的本地仓库虽然在桌面但是也不是叫gitRepository
虽然没啥影响但是总看着别扭
git remote add origin https://github.com/xxx.git
git remote -v
git push -u origin master
git config --global http.sslVerify "false"
ipconfig /flushdns
执行以上代码。
望采纳。