[Git[ 解决 git branch -M main error: refname refs/heads/master not found


当初始化一个github项目的时候

按照github提示执行到

git branch -M main

 

返回错误:

error: refname refs/heads/master not found

 

解决:

git add .

git commit -m "init"

 

然后在执行

git branch -M main


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM