个人记录使用 不含教程
1 注册码云账户
2 下载git 将bin目录配置到windows环境变量
3 studio vcs 提交 填写码云的地址 填写码云的账户名和密码 然后commit and push
4 右键项目add
5 如果拒绝提交 添加这句代码 git pull origin master --allow-unrelated-histories
6 右键git push
7 右键git pull
相关错误 连接 push to origin/master was rejected错误解决方案
https://blog.csdn.net/a137151062/article/details/78820806
Your local changes to the following files would be overwritten by merge
https://blog.csdn.net/xzongyuan/article/details/9212253