[精讚] [會員登入]
460

intellij IDEA git設定說明

whenever using git push fuction in the intellij IDEA

分享此文連結 //n.sfs.tw/13314

分享連結 intellij IDEA git設定說明@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2019-10-21 08:58:26 最後編修
2019-05-23 10:54:45 By jung
 

最近把專案都移到IDEA上,由於不熟悉操作,在新增分支改來改去後,要用git push 時就出現了" push rejected by remote "訊息

查到一個解法

先使用終端機進到專案的目錄下,例如/user/project/example-project/

輸入下列指令

git pull origin master --allow-unrelated-histories

From https://resource.sso.edu.tw/jung/cncauth2.1
 * branch            master     -> FETCH_HEAD
   827b4cf..b43ba8b  master     -> origin/master
Already up to date.

這樣就正常了

再進到IDEA使用GIT -> Push就成功上傳了

 

END

你可能感興趣的文章

如何用git log功能產生有固定格式的commit紀錄 how to create a git commit history log file with custom format

how to make wicket web application runs under docker enviorment with correct encoding 在docker環境下,wicket web application 編碼錯誤的問題

openssl package update issue caused by cve-2022-2068 centos7 is at maintenance support phase2, only critical impact security issues will be patched

how to stop wildfly keeping standalone server log how to stop wildfly keeping standalone server log

intellij IDEA git設定說明 whenever using git push fuction in the intellij IDEA

使用virtualbox每次都忘記的事情 share folder from win host to linux guest vm

我有話要說

>>

限制:留言最高字數1000字。 限制:未登入訪客,每則留言間隔需超過10分鐘,每日最多5則留言。

訪客留言

[無留言]

隨機好文

debian安裝drupal細節 設定apache2的細節

JIRA using gmail as smtp outgoing mail sender 如何設定jira使用gmail信箱送信

IIS10設定url rewrite to https if you setup url rewrite function in IIS10, might cause api callback failed

zfs on ubuntu 20.04 how to destroy zfs pool while error message said pool is busy

更新java版本後一定要做的事情 how to deal with PKIX path building failed issue after upgrade java sdk version in IDE