GitHub 遇到的小問題

2022-09-17 07:27:09 字數 959 閱讀 2616

首先建立專案,***

(1)終端上將專案轉殖到本地,git clone

(2)touch readme.md

(3)git init:

【initialized empty git repository in /home/song/code/.git/】

(4)git add readme.md

(5)git commit -m "first commit"

(6)cd 專案

git remote add origin 

git push -u origin master

按照提示輸入使用者名稱密碼

(7) 把**托到專案資料夾中,git add .

git commit -m "balabala"

git  push originmaster,產生如下錯誤:

【! [rejected] master -> master (non-fast-forward)

error: failed to push some refs to ''

to prevent you from losing history, non-fast-forward updates were rejected

merge the remote changes (e.g. 'git pull') before pushing again. see the

'note about fast-forwards' section of 'git push --help' for details.】

解決方法:git pull

git push origin master

問題就解決了『

google後,發現是由於遠端倉庫中**版本與本地不一致衝突導致的。

解決:git pull

再自動merge或手動merge衝突

再次git push

成功解決問題。

遇到的小問題

今天用vs2005編譯乙個專案的時候出現下面2個錯誤 dibimage.obj error lnk2019 無法解析的外部符號 cuda,該符號在函式 public bool thiscall cdibimage medianfilter char long,long,int,int,int,int...

遇到的小問題

今天用vs2005編譯乙個專案的時候出現下面2個錯誤 dibimage.obj error lnk2019 無法解析的外部符號 cuda,該符號在函式 public bool thiscall cdibimage medianfilter char long,long,int,int,int,int...

matlab plot遇到的小問題

want to plot this function y 1 x 2 1 x 3 0.1 3 y 1 x.2 1 error using mrdivide matrix dimensions must agree.x 3 0.1 3 y 1 x 2 1 error using mpower matr...