You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git --version --build-options
git version 2.16.1.windows.2
cpu: x86_64
built from commit: e78e3c8ee9c219723d60aa1bccd8348c2269b9ba
sizeof-long: 4
D:\Users\T0010711>cmd /ver
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.
It's on my work laptop, and due to restricted installation credentials, I'm only allowed to put and launch portable executable from a dedicated subdirectory (which has spaces...) under "My Documents".
http_proxy and https_proxy environment variables setup to the right proxy:port configuration.
I can reach the URL using curl (still from git-bash.exe):
$ curl -I https://github.com/pjturpeau/demo-snippets.git
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 178 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0HTTP/1.1 200 Connection established
HTTP/1.1 301 Moved Permanently
Server: GitHub.com
Date: Tue, 06 Feb 2018 22:56:53 GMT
Content-Type: text/html.
Content-Length: 178
Location: https://github.com/pjturpeau/demo-snippets
Vary: Accept-Encoding
X-GitHub-Request-Id: D390:6034:324A5D:547910:5A7A32B4
X-Frame-Options: DENY
I tried to install the http://gitforwindows.org/#download-sdk but the enterprise proxy keeps reject some requests (403 forbidden). I may request for exceptions to complete the operation but I don't know how to 'trace' details in the install process of git-sdk-installer-1.0.6-64.7z.exe
Any idea about where to search next is welcome.
The text was updated successfully, but these errors were encountered:
pjturpeau
changed the title
PortableGit fails silently
PortableGit fails silently (return code 128)
Feb 6, 2018
Similar to an old ticket : #390
Setup
It's on my work laptop, and due to restricted installation credentials, I'm only allowed to put and launch portable executable from a dedicated subdirectory (which has spaces...) under "My Documents".
http_proxy and https_proxy environment variables setup to the right proxy:port configuration.
I did launch post-install.bat
Details
From git-bash.exe
I can reach the URL using curl (still from git-bash.exe):
I tried to install the http://gitforwindows.org/#download-sdk but the enterprise proxy keeps reject some requests (403 forbidden). I may request for exceptions to complete the operation but I don't know how to 'trace' details in the install process of git-sdk-installer-1.0.6-64.7z.exe
Any idea about where to search next is welcome.
The text was updated successfully, but these errors were encountered: