Mac把Linux當成git遠程倉庫進行傳遞

1.在Linux上先創建一個空的git倉庫 cd / mkdir newgit cd newgit git init --bare .git 一定要使用–bare 初始化 否則push會提示錯誤 2.在Mac上創建好的git推送至Linux中 git push origin master origin遠程Linux .git地址,master本地.git 如果出現以下錯誤 說明沒有傳入origin
相關文章
相關標籤/搜索