Hello,
I have a problem when I want to create a repo on Github from shell:
$ hub create
I have this response => Post https://api.github.com/user/repos: dial tcp 192.3X.XX.XXX:XXX: i/o timeout
My ssh are ok.
Do you Know what happens?
thanks,
Matt
I just tested this and wasn't able to recreate the error. I tried to use hub create
in an empty folder where I had just run git init
. hub
created a repo on my account and updated my remote. It might be because your internet was slow? Just a theory.
Yes maybe, i works now.
Matthias VITTE
tel: 0688833732
Le 18 déc. 2017 à 00:29, Paulo Ancheta notifications@github.com a écrit :
I just tested this and wasn't able to recreate the error. I tried to use hub create in an empty folder where I had just run git init. hub created a repo on my account and updated my remote. It might be because your internet was slow? Just a theory.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I have the same exact issue.
My internet connection is great.
have been using Hub for years now...
Any ideas?
Nevermind. I solved it!
First I tried updating hub by running: brew upgrade hub
Realized my Xcode version was outdated.
Updated Xcode through the App Store(simplest way)
ran brew upgrade hub
again
and now it works!
I also had this problem, after upgrading to Mac OS High Sierra. Upgrading hub fixed it.
I did brew upgrade hub and it works now. I didn't accept the licence of Xcode, it's why I couldn't upgrade hub before.
@Matthias74 In the future, please close your own issue when your problem solved itself!
Most helpful comment
Nevermind. I solved it!
First I tried updating hub by running:
brew upgrade hub
Realized my Xcode version was outdated.
Updated Xcode through the App Store(simplest way)
ran
brew upgrade hub
againand now it works!