Git - fatal: refusing to merge unrelated histories

将本地代码提交到远程gitHub步骤: 在gitHub上创建仓库 1. 现在本地初始化 echo "# spring" >> README.md git init git add README.md 2. 本地提交 git commit -m "first commit" 3. 添加远程git git remote add origin https://github.com/huyanmin/Sp
相关文章
相关标签/搜索