gitee 如何創建倉庫 及發布


gitee 如何創建倉庫 及發布

http://pengchenggang.gitee.io/layuisyshelp

-----------

在本地項目文件中使用bash

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

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

1. 初始化  

$ git init

$ git remote add origin https://gitee.com/xxx/xxx.git (你的遠程項目地址)

2.克隆一下

$ git clone https://****.git (你的遠程項目地址)

3. 提交

$ git pull origin master

$ git add .

$ git commit -m "你的第一次提交"

$ git push origin master
---------------------

gitee 里面要發布一個pages的服務,然后就能訪問了

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM