简体   繁体   中英

Using Git remote interactions in PHPStorm times out / waits indefinitely

I'm using PHPStorm on Windows. When using git (github) and trying to push to my remote branch the operation just animates the spinning circle for the operation and waits indefinitely.

I've noticed that in my process explorer a git.exe and git-remote-https.exe is launched, and stays alive with 0% CPU usage while this happens. Only way to quit this is to force quit the processes.

Tried removing the git repo and connecting anew, but the repo test fails.

Trying to push from command line works.

If you launch Webstorm/PHPStorm with administrative privileges it will work.

My guess why this is:

Most likely the processes git.exe and git-remote-https.exe fails to do its work when they are spawned by PHPStorm without admin rights.

Update: Most likely this was due to permissions being borked on my temp file folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM