91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

git 創建本地倉庫與 gitcafe 關聯

發布時間:2020-07-03 19:49:56 來源:網絡 閱讀:604 作者:菜鳥的征程 欄目:開發技術
git init                               # 創建本地倉庫
# 設置遠程倉庫地址,這里可以設置ssh 或 https 的形式,此處設置為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        # 創建文件,使倉庫有新的變更
git add .        # 添加所有變更
git  commit  -m  'first'               # 注釋
git push -u oringin  master            # 推送代碼,第一次使用 -u ,以后便可以不使用 -u 參數 
                                # 可以設置 git config --global push.default matching命令,使得push命令默認push到github的同名倉庫中

若最后一步出錯,

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上重新創建倉庫,建立README.md,導致該文件不在本地代碼中,執行以下命令,將git 倉庫中的文件與本地合并,然后再上傳即可

git pull --rebase origin master
git push -u oringin  master


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

巴彦县| 彭州市| 建德市| 缙云县| 南安市| 泉州市| 绍兴市| 织金县| 二手房| 达孜县| 阳泉市| 城固县| 青河县| 丰县| 基隆市| 高邮市| 东方市| 吴江市| 南漳县| 宜章县| 洪江市| 邹城市| 隆昌县| 汝州市| 全椒县| 溧阳市| 莫力| 班玛县| 鲁甸县| 淮滨县| 肃宁县| 阿拉尔市| 定结县| 宁化县| 陕西省| 鲁山县| 津南区| 翁源县| 囊谦县| 顺平县| 深圳市|