When I try to click on a remote repository,
git push origin xyz
he is stuck. I try ssh -T git@github.com and I get success:
You have successfully authenticated, but GitHub does not provide shell access.
When I use the verbose option, I get a message that it clicks:
git push -v origin xyz
Clicking on git @ github.com: repo.git
and it will expire after 10 minutes with another message:
Connection to github.com closed by the remote host.
And I do not get the invitation back to the shell.
I tried the following, but to no avail:
- including the
--dry-run switch with push does the same. git clean -d -f -i followd git gc --auto
I am on macOS High Sierra and use SSH authentication.
source share