Linked Questions

0 votes
1 answer
2k views

$ git clone https://github.com/AFNetworking/AFNetworking.git Cloning into 'AFNetworking'... fatal: unable to access 'https://github.com/AFNetworking/AFNetworking.git/': Failed to connect to github.com ...
PGWizard's user avatar
0 votes
0 answers
92 views

I want to import my Project in GitLab to my Computer. I'm using WebStorm. I tried to clone this but I always receive this error: unable to access 'https://gitlab.com/myUser/test_app.git': Failed to ...
Voi Mập's user avatar
  • 819
615 votes
60 answers
1.6m views

Unlike this post, I am on macOS. I have the password configured in GitLab. I also have an SSL key created after the project was made on GitLab. When I use an existing folder for a new project and ...
jeancode's user avatar
  • 6,395
1043 votes
23 answers
1.4m views

How do I get Git to use a proxy server? I need to check out code from a Git server, but it shows "Request timed out" every time. How do I get around this? Alternatively, how can I set a proxy ...
Debajit's user avatar
  • 47.3k
409 votes
30 answers
711k views

I'm stuck behind a firewall, so I have to use HTTPS to access my GitHub repository. I'm using Cygwin 1.7.7 on Windows XP. I've tried setting the remote to https://[email protected]/username/ExcelANT....
oharab's user avatar
  • 4,425
95 votes
10 answers
88k views

I'm trying to get the GitHub client for Windows working. I am on a corporate Windows 7 x64 computer behind a corporate proxy and firewall. Following various other posts and experimenting with multiple ...
Joshua Honig's user avatar
  • 13.3k
51 votes
7 answers
120k views

I've got MSysGit (Git on Windows) working just fine on my home machine, but at work, where we are behind a Microsoft ISA proxy, I get the following error when I do a Git clone: H: cd \ git clone git://...
Charles Roper's user avatar
47 votes
11 answers
43k views

I'm new to Git, and I just downloaded it yesterday. As a test for my first online (not local) repository, I committed a useless text file and then hit publish. After a short while, I got this very ...
user1706538's user avatar
43 votes
4 answers
109k views

I am unable to clone my repository via HTTPS: git clone https://github.com/walterjwhite/project.configuration.git Output: Initialized empty Git repository in ./project.configuration/.git/ error: ...
user avatar
13 votes
6 answers
74k views

I tried to push some changes to GitHub using git push origin master, but after some time it showed an error: fatal: unable to access 'https://github.com/the-unbelievable/MiniGames.git/': Failed to ...
user avatar
8 votes
4 answers
90k views

I would like to download python packages via Visual studio. I would like to configure the proxy for downloading these packages. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=...
Dineshkumar's user avatar
  • 1,558
7 votes
1 answer
65k views

I am trying to build App Inventor locally on Windows 7 using the following document: How to build App Inventor from the MIT sources I've downloaded all the software listed in section 3 and proceeded ...
Keerthi Mukku's user avatar
8 votes
3 answers
55k views

I've 'googled' and 'stackoverflowed' so much but I haven't found a solution for my problem. I'm on Ubuntu and try for the first time git. I did: sudo apt-get install git and created an account on ...
HeyBoo's user avatar
  • 145
9 votes
2 answers
69k views

git clone https://github.com/RubyLouvre/avalon Cloning into 'avalon'... fatal: unable to access 'https://github.com/RubyLouvre/avalon/': Failed to connect to github.com port 443: Operation timed out ...
HsuChihYung's user avatar
4 votes
5 answers
20k views

Issue: I have setup Jenkins v1.605 hosted with Apache Tomcat 7.0.59 on Windows 7 SP1 x64 behind a corporate proxy I configured JDK, Git and maven installation paths in Jenkins. Also configured the ...
Shahid M Zubair's user avatar

15 30 50 per page