April 5, 2018
4:11 p.m.
On 04/05/2018 08:07 AM, Oleg Broytman wrote:
On Thu, Apr 05, 2018 at 07:31:02AM -0700, Ethan Furman wrote:
Getting the list of files that have been added/changed ... fatal: ambiguous argument 'origin/3.7': unknown revision or path not in the working tree.
How does one fix that?
git fetch origin 3.7:3.7
Resulted in: ethan@code:~/source/git-python/cpython$ git fetch 3.7:3.7 ssh: connect to host 3.7 port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. -- ~Ethan~