403 Forbidden when running fetch for 5.1 -> 5.2 upgrade
Created by: jmatzan
While following the directions for upgrading from 5.1 to 5.2:
sudo -u git -H git fetch error: gnutls_handshake() failed: A TLS fatal alert has been received. while accessing https://github.com/gitlabhq/gitlabhq.git/info/refs fatal: HTTP request failed
If I try to wget that address from my desktop computer, I get a 403:
wget https://github.com/gitlabhq/gitlabhq.git/info/refs --2013-06-05 15:00:43-- https://github.com/gitlabhq/gitlabhq.git/info/refs Resolving github.com (github.com)... 204.232.175.90 Connecting to github.com (github.com)|204.232.175.90|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2013-06-05 15:00:43 ERROR 403: Forbidden.
If I try to get to it from a browser, it is 403. If I try to hit /info/, it gives a 404.