1. 程式人生 > >git上傳檔案簡單使用

git上傳檔案簡單使用

在 Git Bash Here 後 git init

先找到要上傳檔案的工作空間所在地方

點開要傳的資料夾 Git Bash Here

//git 上傳 git remote add origin + github的包名

//獲取包名

官網上建立一個儲存庫 建立的時候 公共的 複選框要選中 包名 點右邊的綠色Clone or download 賦值包名

paste 複製到 Git Bash Here 這裡面 回車

之後 Studio 類名會變紅 是對的

//去Studio 右鍵 git add

之後 Studio 類名會變綠 是對的

//去Studio 右鍵 git commit Dircetory… 寫個add 點 commit and push 載入完後之後點commit and push

//把push Tags All 打對勾 選中 在 push

報錯後 下面解決方法 複製完 等執行完 在重新git Repository push

//git解決錯誤

git pull origin master –allow-unrelated-histories git push -u origin master -f