IntellijIDEA使用GIT Push的問題
IntellijIDEA使用GIT Push的問題
前不久從Eclipse轉到了Intellij,發現Intellij真是一個非常強大的IDE,基於jetbrains,另一個類似的是webstorm,一個前端開發的利器。
今天在IDEA中使用git時,git commit沒問題,但是git push處於一直執行的狀態,IDEA下方的進度條也是一直在跑,過了很久也沒提交成功,無奈之下只有結束掉git程式。後來開啟IDEA左下角中的version
control console
欄,發現裡面報瞭如下錯誤
1
|
cannot create \System32\config\systemprofile\.ssh
|
IDEA在push的時候要在systemprofile資料夾中建立.ssh檔案,但是失敗了。
根據以往的經驗,這種不能建立檔案或者資料夾的問題基本可以斷定不是檔案被佔用,就是沒有操作許可權。果然,用管理員身份執行IDEA就可以push成功了。
文章作者:foreverpx
文章原文連結:IntellijIDEA使用GIT
Push的問題
相關文章
- git push要輸入密碼問題Git密碼
- 使用 Git 撤銷 Commit,但未 Git Push 的命令GitMIT
- git push程式碼時的‘git did not exit cleanly (exit code 1)‘問題解決Git
- git push 失敗 failed to push some refs to gitGitAI
- 使用git遇到的問題Git
- VScode git無法使用,Error: command 'git.push' not found 原始碼管理無法使用的問題及解決方法VSCodeGitError原始碼
- git push命令Git
- 解決Git Pull,push每次都需要輸入密碼問題Git密碼
- 關於GIT push的時候要重複輸入密碼的問題Git密碼
- git push報錯error: failed to push some refs to 'git@github.com:ErrorAIGithub
- 使用git add 遇到的小問題Git
- git push.default is unsetGit
- 使用git bisect快速定位問題Git
- git - git push origin master 報錯GitAST
- Git的使用方法及金鑰問題Git
- 使用git修復線上指定版本的問題Git
- git stash save與git stash push區別Git
- Git Push問題remote: hooks/update:10 undefined method 'require_relative' for main:Object(Nometh...GitREMHookUndefinedUIAIObject
- 【Git】問題Git
- [git] git問題處理Git
- Git 如何遺棄已經 Push 的提交Git
- Git clone 的小問題Git
- 解決使用Git Bash亂碼問題Git
- git push到遠端倉庫Git
- Git中git pull/push 老是重複輸入使用者名稱密碼Git密碼
- Git 奇葩問題Git
- 工作中使用 Git 解決問題的場景Git
- git push -u 中的u是什麼意思Git
- win10 上使用GIT慢的問題,或者命令列反應慢的問題Win10Git命令列
- svn 遷移到 git 的問題Git
- git push --set-upstream originGit
- git 本地push到遠端倉庫Git
- 建立Git Push一鍵推送所有Git
- git 操作遇到問題Git
- Git 常見問題Git
- Git祕鑰問題Git
- Git常見問題Git
- git: 記一次push的錯誤,印象深刻Git