github上傳專案具體操作

2021-10-09 21:06:44 字數 973 閱讀 3178

然後可以見乙個ssh key省的一直輸賬號,也可以不用直接導,下面是建ssh key:

$ ssh-keygen-t rsa-c "你的郵箱"

推薦用自己github或者gitlab的

別忘了上github上的setting配置一下,用過公匙

在c:\users\自己的使用者\.ssh下的id_rsa.pub檔案,複製裡面內容,貼上到github上

以下是郵箱賬號,同樣推薦用github的

通過命令 git init 把這個目錄變成git可以管理的倉庫

git init

然後在想要連線github的資料夾下選擇gitbush

把遠端倉庫和本地同步,消除差異

git pull origin master --allow-unrelated-histories

把檔案新增到版本庫中,使用命令 git add .新增到暫存區裡面去,不要忘記後面的小數點「.」,意思為新增資料夾下的所有檔案。

git add . 

關聯到遠端庫。

git commit -m 'message' 

將專案所有pus**件到倉庫中。

github上傳本地專案具體操作流程及問題解決

上傳過程 https上傳 1 開啟git下的git bash.exe程式 一般在c program files git目錄下 2 進入專案資料夾內 3 git init 4 輸入 git add 代表上傳資料夾下的所有檔案 5 git commit m 上傳的描述 6 git remote add ...

Spring 具體操作

1.建立物件 ioc建立物件的方式1.預設使用無參構造建立物件 2.在呼叫 getbean 方法時,配置檔案內的所有物件都被建立 使用有參構造建立物件 xmlns xmlns xsi xsi schemalocation user class com.liye.pojo.user name age ...

MFC ListControl 具體操作詳細用法

1 listcontrol初始化 listcontrol初始化 新增在虛函式cdlg oninitdialog 中 m mylist.modifystyle 0l,lvs showselalways dword dwstyle m mylist.getextendedstyle dwstyle lv...