Git遇到的问题总结

Gitee添加Unity项目

https://blog.csdn.net/qq_46055207/article/details/122908870

error: RPC failed;

出现在上传Gitee时出现,原因为使用的http方式上传,配置ssh后使用ssh上传解决。
https://www.cnblogs.com/r1cardo/p/14826320.html

refusing to merge unrelated histories

将本地仓库和远程仓库合并时出现的问题,pull时出现该错误
https://blog.csdn.net/u012145252/article/details/80628451

Please enter a commit message to explain why this merge is necessary

接上条,合并时出现的问题
https://www.jianshu.com/p/2dc3bddff5f7