1. $ git init 2. $ git add * 可能会出现如下错误: warning: LF will be replaced by CRLF in .idea/compiler.xml. $ rm -rf .git // 删除.git $ git config --global core.autocrlf false //禁用自动转换 $ git init $ git add * 3. $ git remote add origin https://gitee.com/demo/demo.git 4. $ git pull 5. $ git commit -m "新建项目demo-base" 6. $ git push -f origin master
7.$ git push -u origin master #默认提交至该版本
Git或者码云上新建项目
最新推荐文章于 2022-11-21 16:46:10 发布