mac 上傳文件到 github

具體情況參考

http://blog.sina.com.cn/s/blog_63eb3eec0101cf6x.html


http://www.tuicool.com/articles/yq22Abr


以下是個人輸入步驟:

1.git config --global user.name oiy37215

2.git config --global user.email [email protected]

3.git remote add origin [email protected]:oiy37215/ceshi.git

出現:fatal: remote origin already exists.

則輸入:git remote rm origin

再次輸入第3命令。

4.git init

5.git add .

6.git commit -m "first commit"

7.git push origin master

發佈了27 篇原創文章 · 獲贊 11 · 訪問量 7萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章