* Re: git for windows
[not found] ` <56A8AB7F.8040101@gmail.com>
@ 2016-01-27 11:51 ` Andrey Chernyshov
2016-01-27 12:49 ` Andrey Chernyshov
2016-01-27 15:32 ` Johannes Schindelin
0 siblings, 2 replies; 6+ messages in thread
From: Andrey Chernyshov @ 2016-01-27 11:51 UTC (permalink / raw)
To: git
On 1/27/2016 2:35 PM, Andrey Chernyshov wrote:
>
> On 1/27/2016 2:32 PM, Andrey Chernyshov wrote:
>> 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
>
>> If I try to push with Git GUI, it's the same, so not a PHPStorm issue...
>>
>> --
>> Thanks, Andrey.
>
> --
> Thanks, Andrey.
--
Thanks, Andrey.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: git for windows
2016-01-27 11:51 ` git for windows Andrey Chernyshov
@ 2016-01-27 12:49 ` Andrey Chernyshov
2016-01-27 15:32 ` Johannes Schindelin
1 sibling, 0 replies; 6+ messages in thread
From: Andrey Chernyshov @ 2016-01-27 12:49 UTC (permalink / raw)
To: git
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:
>>
>> On 1/27/2016 2:32 PM, Andrey Chernyshov wrote:
>>> 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
>>
>>> If I try to push with Git GUI, it's the same, so not a PHPStorm
>>> issue...
>>>
>>> --
>>> Thanks, Andrey.
>>
>> --
>> Thanks, Andrey.
>
--
Thanks, Andrey.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: git for windows
2016-01-27 11:51 ` git for windows Andrey Chernyshov
2016-01-27 12:49 ` Andrey Chernyshov
@ 2016-01-27 15:32 ` Johannes Schindelin
[not found] ` <56A9D3AA.7070306@gmail.com>
1 sibling, 1 reply; 6+ messages in thread
From: Johannes Schindelin @ 2016-01-27 15:32 UTC (permalink / raw)
To: Andrey Chernyshov; +Cc: git
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.
> > On 1/27/2016 2:32 PM, Andrey Chernyshov wrote:
> > >
> > > 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
> >
> > > 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: git for windows
[not found] ` <56A9D3AA.7070306@gmail.com>
@ 2016-01-28 8:56 ` Johannes Schindelin
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Schindelin @ 2016-01-28 8:56 UTC (permalink / raw)
To: Andrey Chernyshov; +Cc: git
Hi Andrey,
on this mailing list, it is considered impolite to top-post, and it is
also expected to reply-to-all unless there is a very good reason not to.
Currently, you are trying to abuse me as a free help desk, which I do not
appreciate.
This time I am re-Cc:ing the mailing list and reply inline.
On Thu, 28 Jan 2016, Andrey Chernyshov wrote:
> The reason for you not seeing 2 emails I was replying to is that
> initially it was in HTML format which looks like are not acceptable for
> your mail server. So I hit 'reply' and converted to plan text.
Okay, so you were lazy... ;-)
> As for mcve I really have no idea what I could add. I'm not doing
> anything special, just click Push in the GUI and get the error like
> below.
The idea of the "M" in "MCVE" is to make it easier for others to
reproduce. For example, if you test only with PHPStorm and do not bother
to test the plain command-line, then you are expecting others to install
PHPStorm just to help you. You see, some people might take that as a
perfect excuse not to help you at all! Count me in.
And if you reproduce on the bare command-line, you do not even need to
mention PHPStorm to begin with. But you do have to give a step-by-step
list of what you did and what you expected to happen and what happened
instead.
You see, you really *want* to make it easy for others to help you.
Generally a good resource is http://whathaveyoutried.com/ and I tried to
come up with a separate list of good advice at
https://github.com/git-for-windows/git/wiki/Issue-reporting-guidelines
In your particular case, I would also recommend setting the environment
variables GIT_TRACE=1 and GIT_CURL_VERBOSE=1 before re-trying and then
pasting the entire text from the console into a reply (*after* seeing that
nothing obvious sticks out).
Ciao,
Johannes
^ permalink raw reply [flat|nested] 6+ messages in thread
* Git for Windows
@ 2016-02-01 17:18 Aaron Gray
2016-02-01 17:33 ` Johannes Schindelin
0 siblings, 1 reply; 6+ messages in thread
From: Aaron Gray @ 2016-02-01 17:18 UTC (permalink / raw)
To: Git Mailing List
Hi,
I am using Windows 10 and am getting "The signature for
git-2.7.0-64-bit.exe is corrupt or invalid" !
Same for the 32bit version.
Regards,
Aaron
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Git for Windows
2016-02-01 17:18 Git for Windows Aaron Gray
@ 2016-02-01 17:33 ` Johannes Schindelin
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Schindelin @ 2016-02-01 17:33 UTC (permalink / raw)
To: Aaron Gray; +Cc: Git Mailing List
Hi Aaron,
On Mon, 1 Feb 2016, Aaron Gray wrote:
> I am using Windows 10 and am getting "The signature for
> git-2.7.0-64-bit.exe is corrupt or invalid" !
>
> Same for the 32bit version.
See https://github.com/git-for-windows/git/issues/592
Ciao,
Johannes
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-02-01 17:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-01 17:18 Git for Windows Aaron Gray
2016-02-01 17:33 ` Johannes Schindelin
[not found] <56A8AAD6.4070404@gmail.com>
[not found] ` <56A8AB7F.8040101@gmail.com>
2016-01-27 11:51 ` git for windows Andrey Chernyshov
2016-01-27 12:49 ` Andrey Chernyshov
2016-01-27 15:32 ` Johannes Schindelin
[not found] ` <56A9D3AA.7070306@gmail.com>
2016-01-28 8:56 ` Johannes Schindelin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).