對github中專案進行更新

2022-05-10 18:42:08 字數 1115 閱讀 8610

進入本地倉庫資料夾,我的倉庫名是tufujiegit,然後

進入

對倉庫進行修改,增加或刪除或修改檔案或資料夾(詳情請看:之後

輸入提交到本地的版本控制庫里,引號裡面是你對本次提交的說明資訊。

如果報錯

*** please tell me who you are.

rungit config --global user.email "[email protected]"

git config --global user.name "your name"

to set your account's default identity.

omit --global to set the identity only in this repository.

則git config --global user.email "你的郵箱"

git config --global user.name "你的名字"

// 如果遠端位址中沒有建立倉庫,那麼建立倉庫

git remote add origin [email protected]:tufujie/tufujiegit.git

最後輸入

如果版本庫不為空,則直接git push即可

將你本地的倉庫提交到你的github賬號裡,此時會要求你輸入你的github的賬號和密碼。

結果顯示

本機與github進行專案更新的最簡便方式

建立乙個本地工作目錄,並使用git init進行初始化 生成乙個.git目錄,此目錄為隱藏目錄 git config指令輸入github端使用者名稱使用者密碼,例如 git config global user.name freedogge git config global user.email ...

GitHub更新自己Fork的專案

github的fork可以將別人的工程複製到自己賬號下。這個功能很方便,但其有乙個缺點是 當源專案更新後,你fork的分支並不會一起更新,需要自己手動去更新。以github使用者 micmiu 賬號名 fork 專案 sql parser 為例子 1 clone 自己賬號裡fork的分支 git c...

使用github 進行idea專案管理無法登陸

報錯 核對賬號密碼,沒有錯誤。setting version control github 上網上查資料,說是hosts檔案錯誤,應將 127.0.0.1 注釋,於是注釋該行 注釋之後依舊報錯。我發現google github我在chrome都能連得上,那麼應該idea出了問題,我就想到為idea配...