On Fri, Apr 6, 2018 at 2:11 AM, Ethan Furman <et...@stoneleaf.us> wrote:
> 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.
>

Have to include "origin". Or possibly "upstream".

If you've named your remote "upstream", it's possible that a script
needs to change.

ChrisA
_______________________________________________
core-workflow mailing list -- core-workflow@python.org
To unsubscribe send an email to core-workflow-le...@python.org
https://mail.python.org/mm3/mailman3/lists/core-workflow.python.org/
This list is governed by the PSF Code of Conduct: 
https://www.python.org/psf/codeofconduct

Reply via email to