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
- VScode git無法使用,Error: command 'git.push' not found 原始碼管理無法使用的問題及解決方法VSCodeGitError原始碼
- git push程式碼時的‘git did not exit cleanly (exit code 1)‘問題解決Git
- 使用git遇到的問題Git
- 解決Git Pull,push每次都需要輸入密碼問題Git密碼
- git push命令Git
- 使用git add 遇到的小問題Git
- git push報錯error: failed to push some refs to 'git@github.com:ErrorAIGithub
- git - git push origin master 報錯GitAST
- Git的使用方法及金鑰問題Git
- 【Git】問題Git
- git stash save與git stash push區別Git
- git push --set-upstream originGit
- [git] git問題處理Git
- Git clone 的小問題Git
- Git 如何遺棄已經 Push 的提交Git
- 工作中使用 Git 解決問題的場景Git
- Git 奇葩問題Git
- win10 上使用GIT慢的問題,或者命令列反應慢的問題Win10Git命令列
- Git中git pull/push 老是重複輸入使用者名稱密碼Git密碼
- git push到遠端倉庫Git
- git push -u 中的u是什麼意思Git
- Git 常見問題Git
- Git祕鑰問題Git
- git 操作遇到問題Git
- Git常見問題Git
- 建立Git Push一鍵推送所有Git
- git 本地push到遠端倉庫Git
- git和TortoiseGit pull和push報錯:git did not exit cleanlyGit
- git: 記一次push的錯誤,印象深刻Git
- git push出現Permission denied (publickey)錯誤Git
- git clone倉儲問題Git
- git push.default 幾種設定筆記Git筆記
- git push程式碼失敗,鑑權失敗Git
- vue之this.$router.push頁面重新整理問題Vue
- git bash輸入中文問題Git
- Git 推送出現問題 1Git
- git常見問題解決Git