git中出現”the requested upstream branch ‘origin/master‘ does not exist“問題的解決
在使用git上傳專案到遠端倉庫時發現的一個問題,在網上搜尋到解決辦法後覺得這個問題比較典型,所以寫個部落格記錄下來。
問題產生
在本地有一個git專案,已經提交到本地倉庫,現在想把這個專案上傳到遠端倉庫,於是在github上建立遠端倉庫,然後使用git branch
進行關聯,結果報錯。
解決辦法
輸入命令
git pull origin master --allow-unrelated-histories
這裡會要求你輸入使用者名稱密碼,然後確認提交資訊
再輸入命令
git branch --set-upstream-to=origin/master master
就可將本地倉庫與遠端倉庫相關聯。接下來就可以繼續使用git fetch
,git push
等命令進行操作了。
相關文章
- ORA-24756: transaction does not exist問題解決
- our branch is based on ‘origin/lhl‘, but the upstream is gone.Go
- SNMP TABLE ERROR : Requested table is empty or does not existError
- 解決Spark讀取Hive分割槽表出現Input path does not exist的問題SparkHive
- The file '/MasterPage.master' does not exist. 類錯誤解決方法AST
- git merge origin master git merge origin/master區別GitAST
- git push --set-upstream originGit
- git push origin master 時出現報錯 error: src refspec master does not match any error: failed to push someGitASTErrorAI
- Cocoapods fatal: Remote branch #{s.version} not found in upstream originREM
- (轉載)git pull origin master與git pull --rebase origin master的區別GitAST
- Git 的origin和master分析GitAST
- homebrew安裝問題(Failed during: git fetch origin master:refs/remotes/origin/master --tags --force)AIGitASTREM
- homebrew update 出現Failure while executing: git pull --quiet origin refs/heads/master:refs/remotes/origin/master解決方案AIWhileGitUIASTREM
- git - git push origin master 報錯GitAST
- Git branching: master vs. origin/master vs. remotes/origin/masterGitASTREM
- 解決git 不同branch 下node_moudes不同步的問題Git
- Laravel Class env does not exist 問題排查Laravel
- Android Studio Git No tracked branch configured for branch branch_name or the branch doesn't existAndroidGit
- git關於origin和masterGitAST
- Spark SQL中出現 CROSS JOIN 問題解決SparkSQLROS
- 解決 Jenkins 上 git 出現的 “ERROR: Error fetching remote repo 'origin'” 問題JenkinsGitErrorREM
- 在Git中,origin / master與origin master之間有什麼區別?GitAST
- 遇到一個git branch很奇怪的問題Git
- 對 Git 分支 master 和 origin/master 的一些認識GitAST
- git學習:關於origin和masterGitAST
- The user specified as a definer ('wx_root'@'%') does not exist 解決方案
- Hadoop的mapreduce出現問題,報錯The auxService:mapreduce_shuffle does not existHadoopUX
- git branch不顯示本地分支的問題(二)Git
- 解決 nginx 反向代理時的 upstream timeout 問題Nginx
- 解決eclipse中出現Resource is out of sync with the file system問題Eclipse
- git 上傳專案 報錯 git pull --rebase origin masterGitAST
- signer information does not match問題解決ORM
- 對於python中出現UnicodeDecodeError問題的解決方案PythonUnicodeError
- mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解決方法MySql
- 模擬ORA-04043並解決(dba_* does not exist)
- 高版本mysql訪問出現Client does not support authentication protocol requested by server;MySqlclientProtocolServer
- git ssl 問題解決Git
- asmcmd does not exist in directoryASM