简体   繁体   中英

PhpStorm can not push to git repository

I am using Windows 8, PhpStorm 8.0.2, git

I am trying to push my projects to the remove git repository (they are hosted on the github and bitbucket).

Last message that I see in the Version Control Console of the php storm is:

git -c core.quotepath=false push --progress --porcelain origin refs/heads/master:master

And it waits on it forever, it does not show any error or output from this command

If I'm pushing project manualy (from command line, or from console tab in PhpStorm with command git push origin ) it works well. Also I can commit changes into my local repository.

I've tried to disable windows firewall and added both git and phpstorm into the firewall rules - it does not help.

When I'm using command ssh -T git@github.com it also works well and gives me message about successfully access to the github.

So, the only thing that does not working is pushing to remove git repository via PhpStorm menu.

What can I do to fix this problem?

Thanks

转到phpstorm - > settings - > version control - > git并在“ssh executable”部分的下拉列表中选择“内置”。

For me choosing "native" instead of default "built in" worked fine. OSX ElCapitan - PhpStorm 10

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