【親測一次成功】將本地代碼上傳到Gitee碼雲

1、在Gitee碼雲上創建倉庫 2、在本地新建一個文件夾 3、右擊新建的文件夾,使用git bush here 4、輸入  git init 5、輸入  git remote add origin  + 倉庫地址 6、輸入  git pull origin master 7、把在本地要上傳的代碼放在剛開始新建好的文件夾 8、輸入  git add . 9、輸入描述   git  commit -a
相關文章
相關標籤/搜索