Broken after latest update
See original GitHub issueThe issue tracker is for reporting product deficiencies. How do I questions should be posted to the discussion forum at https://groups.google.com/group/got-your-back. When in doubt, start at the discussion forum and return here only when instructed to do so.
Please confirm the following:
- I have upgraded to the latest GYB release from https://github.com/jay0lee/got-your-back/releases and I still have this issue. = Yes
- I am typing the command as described in the GAM Wiki at https://github.com/jay0lee/got-your-back/wiki =Yes OS = Ubuntu 18.04 server on GCP
Full steps to reproduce the issue:
- Ran
bash <(curl -s -S -L https://git.io/gyb-install)
in via ssh terminal - Followed on screen instructions and authenticated successfully.
- But after authentication ran keep getting same error:
Please enter your email address: ___
Go to the following link in your browser : https://accounts.google.com/o/oauth2/v2/auth?client_id=__
Enter verification code: ___
Authentication successful.
Creating project "Got Your Back Project"...
Checking project status...
ERROR: tried to retrieve https://raw.githubusercontent.com/jay0lee/got-your-back/master/project-apis.txt? but got 404
Expected outcome (what are you trying to do?): Creating backup project
Actual outcome (what errors or bad behavior do you see instead?): ‘ERROR: tried to retrieve https://raw.githubusercontent.com/jay0lee/got-your-back/master/project-apis.txt? but got 404’
Also
ping githubusercontent.com ping: githubusercontent.com: No address associated with hostname
ping github.com PING github.com (192.30.253.112) 56(84) bytes of data. 64 bytes from lb-192-30-253-112-iad.github.com (192.30.253.112): icmp_seq=1 ttl=51 time=13.2 ms 64 bytes from lb-192-30-253-112-iad.github.com (192.30.253.112): icmp_seq=2 ttl=51 time=12.8 ms ^C --- github.com ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 12.811/13.008/13.205/0.197 ms
wget https://raw.githubusercontent.com/jay0lee/got-your-back/master/project-apis.txt
--2019-05-03 09:08:08-- https://raw.githubusercontent.com/jay0lee/got-your-back/master/project-apis.txt
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.192.133, 151.101.128.133, 151.101.64.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.192.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 94 [text/plain]
Saving to: ‘project-apis.txt’
project-apis.txt 100%[===================>] 94 --.-KB/s in 0s
2019-05-03 09:08:08 (20.5 MB/s) - ‘project-apis.txt’ saved [94/94]
cat ./project-apis.txt
drive.googleapis.com
gmail.googleapis.com
groupsmigration.googleapis.com
vault.googleapis.com
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
This is fixed now.
Interesting, will take a look