On 1/27/2016 2:35 PM, Andrey Chernyshov wrote:
On 1/27/2016 2:32 PM, Andrey Chernyshov wrote:
quoted
Hi
I'm using PHP storm with git for windows. Once I do a push to the
github I get the following error
Problem signature:
Problem Event Name: APPCRASH
Application Name: git-remote-https.exe
Application Version: 2.7.0.0
Application Timestamp: 35316130
Fault Module Name: libidn-11.dll
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00170158
Exception Code: c0000005
Exception Offset: 00000000000046bc
OS Version: 6.3.9600.2.0.0.256.4
Locale ID: 1033
Additional Information 1: a547
Additional Information 2: a54764e1ee4f5613d3fc9395100a0ff4
Additional Information 3: ac01
Additional Information 4: ac010ce737711604ec050156caebd625
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=280262
If the online privacy statement is not available, please read our
privacy statement offline:
C:\windows\system32\en-US\erofflps.txt
quoted
If I try to push with Git GUI, it's the same, so not a PHPStorm issue...
--
Thanks, Andrey.
--
Thanks, Andrey.
--
Thanks, Andrey.
Additional note - when I use the command line git push doesn't display
any errors but no updates on github...
git status says :
On branch master
Your branch is ahead of 'origin/master' by 3 commits.
On 1/27/2016 2:51 PM, Andrey Chernyshov wrote:
On 1/27/2016 2:35 PM, Andrey Chernyshov wrote:
quoted
On 1/27/2016 2:32 PM, Andrey Chernyshov wrote:
quoted
Hi
I'm using PHP storm with git for windows. Once I do a push to the
github I get the following error
Problem signature:
Problem Event Name: APPCRASH
Application Name: git-remote-https.exe
Application Version: 2.7.0.0
Application Timestamp: 35316130
Fault Module Name: libidn-11.dll
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00170158
Exception Code: c0000005
Exception Offset: 00000000000046bc
OS Version: 6.3.9600.2.0.0.256.4
Locale ID: 1033
Additional Information 1: a547
Additional Information 2: a54764e1ee4f5613d3fc9395100a0ff4
Additional Information 3: ac01
Additional Information 4: ac010ce737711604ec050156caebd625
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=280262
If the online privacy statement is not available, please read our
privacy statement offline:
C:\windows\system32\en-US\erofflps.txt
quoted
If I try to push with Git GUI, it's the same, so not a PHPStorm
issue...
--
Thanks, Andrey.
--
Thanks, Andrey.
--
Thanks, Andrey.
Hi Andrey,
we never saw the two mails you were replying to, and please note that 1)
the preferred place to report bugs in Git for Windows is
https://github.com/git-for-windows/git/issues, as outlined in
https://git-for-windows.github.io/#contribute, and that 2) top-posting
will most likely result in less responses than you would want.
quoted
On 1/27/2016 2:32 PM, Andrey Chernyshov wrote:
quoted
I'm using PHP storm with git for windows. Once I do a push to the github
I get the following error
Problem signature:
Problem Event Name: APPCRASH
Application Name: git-remote-https.exe
Application Version: 2.7.0.0
Application Timestamp: 35316130
Fault Module Name: libidn-11.dll
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00170158
Exception Code: c0000005
Exception Offset: 00000000000046bc
OS Version: 6.3.9600.2.0.0.256.4
Locale ID: 1033
Additional Information 1: a547
Additional Information 2: a54764e1ee4f5613d3fc9395100a0ff4
Additional Information 3: ac01
Additional Information 4: ac010ce737711604ec050156caebd625
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=280262
If the online privacy statement is not available, please read our privacy
statement offline:
C:\windows\system32\en-US\erofflps.txt
quoted
If I try to push with Git GUI, it's the same, so not a PHPStorm issue...
If you can come up with a minimal, complete & verifiable example (see
http://stackoverflow.com/help/mcve), it is much more likely that I can
help you than it is right now.
My only guess is that you might be able to work around the issue by
setting the environment variable `CHARSET` to something like `cp1252`
before pushing. But that's the extent of the help I have to offer unless
the time when I have a chance to reproduce this on my computer.
Ciao,
Johannes