1.註冊github帳號
2.建立github專案 :
a.新建倉庫:
b.填寫資訊:
github
windows 客戶端,
安裝完成之後會有
a.開啟git shell
b.輸入使用者名稱
git config --global user.name "your name here"git config --global user.email "[email protected]"git clone
c.設定郵箱
git config --global user.name "your name here"git config --global user.email "[email protected]"git clone
d.clone專案
git config --global user.name "your name here"git config --global user.email "[email protected]"git clone
e.提交**
1.新建檔案 test.txt
2.使用git status,出現如下介面:
3. 使用git add .(將所有的改動假如快取區):
4. 使用git commit -m "備註資訊"將改動提交到本地倉庫,出現如下介面:
5.使git push origin master將**提交到遠端伺服器,出現如下介面:
4.到github網頁檢視repository頁面,可以看到剛剛提交的內容:
完
window7環境下ZooKeeper的安裝及執行
zookeeper是乙個分布式開源框架,供了協調分布式應用的基本服務。這些天在使用dubbo,由於開發環境是在windows環境下,需要能夠先執行zookeeper,然後在此基礎上實現服務的位址分配。在下面,先搭建乙個單機模式的的zookeeper環境。再將包解壓進入檔案目錄,可以看到 進入到con...
window7搭建go語言的Beego環境
第一次接觸來go語言是幾年前的事了,當時也是真的花了時間去熟悉,但後台發現工作中沒辦法用,所以也就放下了,最近由於工作原因,又一次想起了這個語言,更想花點時間來學習一下。目前國內用得最廣泛的golang框架應該就是beego了,但由於各種原因,國內訪問谷歌並不那麼友好,以致於會對學習這個語言有很多意...
window7開啟Administrator賬戶
在工作遇見,安裝部分軟體,對目錄不具有寫許可權。為了徹底解決問題。啟用administrator賬戶!啟用administrator賬戶,並設定密碼 重啟系統,用administrator登入,禁用普通賬戶 c windows system32 cmd.exe 右鍵以管理員身份執行 cd 解決特殊錯...