首先自己需要建立一下github賬號,然後在賬號下建立乙個工程,具體的建立步驟在github上存在
然後存在乙個ssh keys
的標籤
我們需要在bash命令列中建立ssh檔案
$ ssh-keygen
-t rsa
會生成兩個檔案
然後我們需要將第二個檔案開啟,將所有的內容賦值到剛剛github上面的
然後需要將我們新增的檔案什麼的加入到當前的檔案下,之後我們需要手動新增,比如說
$ git add 1.php
$ git commit -m "first commit"
[master 1cb082f] first
commit
1 file changed, 1 insertion(+)
create mode 100644
1.php
之後新增遠端位址
$ git remote add origin [email protected]/你的github使用者名稱/倉庫名.git
然後就是上傳了
$ git push -u origin master
首先還是轉殖下來,然後我們需要類似add的操作,需要如下指令
git rm --cached filename
git commit -m "hehe"
git push -u origin master
[持續學習] GItbash 在github裡面建立ssh
建立ssh key。在使用者主目錄下,看看有沒有.ssh目錄,如果有,再看看這個目錄下有沒有id rsa和id rsa.pub這兩個檔案,如果已經有了,可直接跳到下一步。如果沒有,開啟shell windows下開啟git bash 建立ssh key ssh keygen t rsa c your...
git將專案上傳到遠端倉庫,如 github
首先要先安裝好git。開始配置,配置命令分別為 git config global user.name username git config global user.email email 檢視使用者名稱和郵箱的命令分別為 git config global user.name git confi...
scroll offset和client如何區分
title 比較 1.clientx與clienty window.nl ad function oevent.clientx是指滑鼠到可視區左邊框的距離。oevent.clienty是指滑鼠到可視區上邊框的距離。2.offsetwidth offsetheight offsetleft和offse...