当前位置:   article > 正文

GitHub 错误合集

error: src refspec markdown does not match any

warning: LF will be replaced by CRLF in app.iml.

The file will have its original line endings in your working directory.

解决方法

取消Git的自动替换 换行方式:

git config --global core.autocrlf  flase


fatal: remote origin already exists.

git remote rm origin

然后

git remote add origin git@github.com:you name/xxx.git



转载于:https://my.oschina.net/oywk/blog/666615

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/572081
推荐阅读
相关标签
  

闽ICP备14008679号