Now, in fact the rc4 has also stopped working :(
So yes, I assume this is a configuration error on my part rather than a
regression in Julia. But I still don’t know how to fix it… :P
This is what my configuration looks like:
PS C:\Users\Tomas Lycken\.ssh> ls
Directory: C:\Users\Tomas Lycken\.ssh
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 2015-10-13 15:28 138 config
-a--- 2015-03-31 15:48 1679 github_rsa
-a--- 2015-03-31 15:48 400 github_rsa.pub
PS C:\Users\Tomas Lycken\.ssh> cat .\configHost github.com
HostName github.com
PreferredAuthentications publickey
IdentityFile "/c/Users/Tomas Lycken/.ssh/github_rsa"
And as I said, using git from powershell is no problem, so Julia is
apparently using a different git than vanilla PS.
// T
On Tuesday, October 13, 2015 at 7:51:26 PM UTC+2, Tony Kelman wrote:
Does it still work if you try with an rc now? Check your github settings to
> see if all your keys are still current and valid. Sometimes github revokes
> things if they've been inactive for a while.