git init # 創(chuàng)建本地倉庫 # 設(shè)置遠(yuǎn)程倉庫地址,這里可以設(shè)置ssh 或 https 的形式,此處設(shè)置為https 格式, # ssh 格式為 : git remote add origin git@coding.net:sql031625/test.git git remote add origin https://git.coding.net/sql031625/test.git touch a.py # 創(chuàng)建文件,使倉庫有新的變更 git add . # 添加所有變更 git commit -m 'first' # 注釋 git push -u oringin master # 推送代碼,第一次使用 -u ,以后便可以不使用 -u 參數(shù) # 可以設(shè)置 git config --global push.default matching命令,使得push命令默認(rèn)push到github的同名倉庫中
若最后一步出錯,
創(chuàng)新互聯(lián)公司專注于企業(yè)成都全網(wǎng)營銷推廣、網(wǎng)站重做改版、彭水苗族土家族網(wǎng)站定制設(shè)計、自適應(yīng)品牌網(wǎng)站建設(shè)、H5場景定制、商城網(wǎng)站制作、集團公司官網(wǎng)建設(shè)、外貿(mào)營銷網(wǎng)站建設(shè)、高端網(wǎng)站制作、響應(yīng)式網(wǎng)頁設(shè)計等建站業(yè)務(wù),價格優(yōu)惠性價比高,為彭水苗族土家族等各大城市提供網(wǎng)站開發(fā)制作服務(wù)。ralap@Ubuntu:~/data/coder/webtest$ git push -u origin master Username for 'https://git.coding.net': sql031625 Password for 'https://sql031625@git.coding.net': To https://git.coding.net/sql031625/test.git ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://git.coding.net/sql031625/test.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
原因分析:在github上重新創(chuàng)建倉庫,建立README.md,導(dǎo)致該文件不在本地代碼中,執(zhí)行以下命令,將git 倉庫中的文件與本地合并,然后再上傳即可
git pull --rebase origin master git push -u oringin master
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。
網(wǎng)站名稱:git創(chuàng)建本地倉庫與gitcafe關(guān)聯(lián)-創(chuàng)新互聯(lián)
本文地址:http://jinyejixie.com/article40/ccspeo.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供企業(yè)網(wǎng)站制作、外貿(mào)建站、移動網(wǎng)站建設(shè)、電子商務(wù)、外貿(mào)網(wǎng)站建設(shè)、建站公司
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容