VCS / GIT has lost synchronisation with GITHUB
Initially I did create a new empty project on GITHUB and then checkout to PyCharm.
After adding most of the code I did try to commit this first build to GITHUB but failed to do. When I open the Commit dialog always the same very outdated situation is displayed.
I tried every thing, but I can't open nearly any other GIT dialog. The only thing what I can do is GIT checkout and then test the connection.
So finally I used an external GIT client to commit and all works perfect. But I wonder what's wrong with PyCharm VCS.
I'm working with Version 4.5.4 on Windows 8.1.
After adding most of the code I did try to commit this first build to GITHUB but failed to do. When I open the Commit dialog always the same very outdated situation is displayed.
I tried every thing, but I can't open nearly any other GIT dialog. The only thing what I can do is GIT checkout and then test the connection.
So finally I used an external GIT client to commit and all works perfect. But I wonder what's wrong with PyCharm VCS.
I'm working with Version 4.5.4 on Windows 8.1.
Please sign in to leave a comment.
I did find the cause of the error in the logfile. A git config section
was missing.
2015-09-21 11:14:03,137 [9826736] ERROR -
penapi.actionSystem.impl.Utils - PyCharm 4.5.4 Build #PY-141.2569
2015-09-21 11:14:03,137 [9826736] ERROR -
penapi.actionSystem.impl.Utils - JDK: 1.8.0_51
2015-09-21 11:14:03,137 [9826736] ERROR -
penapi.actionSystem.impl.Utils - VM: Java HotSpot(TM) Server VM
2015-09-21 11:14:03,137 [9826736] ERROR -
penapi.actionSystem.impl.Utils - Vendor: Oracle Corporation
2015-09-21 11:14:03,137 [9826736] ERROR -
penapi.actionSystem.impl.Utils - OS: Windows 8
2015-09-21 11:14:03,137 [9826736] ERROR -
penapi.actionSystem.impl.Utils - Last Action: Find
2015-09-21 11:14:03,624 [9827223] ERROR -
penapi.actionSystem.impl.Utils - update failed for AnAction with
ID=Vcs.ShowTabbedFileHistory
java.lang.IllegalStateException: .git/HEAD file not found in
C:\Users\Lucas\oc-koina\Development\Odoo\repos\exchange_web\.git
Lucas
KOINA AG | www.koina.cc <http://www.koina.cc/> | *f *KOINA AG
<https://www.facebook.com/pages/KOINA-AG/178626955521400> | *t*@KOINA_AG
<https://twitter.com/Koina_AG>
System Integrator | lh@koina.cc
<mailto:lh@koina.cc?subject=Mail%20Anfrage> | Mobile +41 79 702 50 72
HO | Stansstaderstrasse 88 | 6370 Stans | Switzerland
Am 17.09.2015 um 15:08 schrieb Anna Morozova(Anna Morozova) - PyCharm:
The missing GIT conf files in one of the depending modules was causing
the error. But Pycharm gives no error message about those issues. Eg.
only in logfile!
Lucas
Am 26.09.2015 um 00:52 schrieb Anna Morozova(Anna Morozova) - PyCharm: