Linked Questions
28 questions linked to/from GitHub: "failed to connect to github 443 windows/ Failed to connect to gitHub - No Error"
0
votes
1
answer
2k
views
git clone https://XXX, but,Failed to connect to github.com port 443: Connection refused,Why? [duplicate]
$ 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 ...
0
votes
0
answers
92
views
WebStorm can't connect to gitlab.com port 1080 [duplicate]
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
...
615
votes
60
answers
1.6m
views
GitLab remote: HTTP Basic: Access denied and fatal Authentication
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 ...
1043
votes
23
answers
1.4m
views
Getting Git to work with a proxy server - fails with "Request timed out"
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 ...
409
votes
30
answers
711k
views
SSL certificate rejected trying to access GitHub over HTTPS behind firewall
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....
95
votes
10
answers
88k
views
GitHub Windows client behind proxy
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 ...
51
votes
7
answers
120k
views
Git error: fatal: unable to connect a socket (Invalid argument)
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://...
47
votes
11
answers
43k
views
GitHub "Failed to publish this branch" error on Windows
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 ...
43
votes
4
answers
109k
views
GitHub - HTTPS access
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: ...
13
votes
6
answers
74k
views
Error "Failed to connect to github.com port 443"
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 ...
8
votes
4
answers
90k
views
How to configure proxy in Visual Studio 2019?
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=...
7
votes
1
answer
65k
views
GitHub error: "Failed to connect to 443 port"
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 ...
8
votes
3
answers
55k
views
"Failed to connect to github.com port 443: Connection timed out" when pushing to remote repository
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 ...
9
votes
2
answers
69k
views
Failed to connect to github.com port 443: Operation timed out
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
...
4
votes
5
answers
20k
views
Jenkins with Tomcat - Failed to connect to repository : Could not init
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 ...