framefield / tooll

Tooll is a new multi-purpose application for creating interactive 3d content and animations. It combines the best aspects of animation, compositing, and coding into a lightweight and intuitive UI. Your designs can be shared as executable or rendered to movies.
http://www.tooll.io
MIT License
638 stars 53 forks source link

NSch.JSchException: Auth fail #29

Open DannyCork opened 8 years ago

DannyCork commented 8 years ago

based on https://github.com/framefield/tooll/issues/26

I cloned the repo from scratch again and noticed that this codebase includes the fix https://github.com/framefield/tooll/commit/d61db55e837f02493d760aa3d981d22ab21b931d pointing to the public repo

I then ran tool.exe and got a bad auth error again image

10:44:15.158 (INF): Tooll is starting up at 08/19/2016 10:44:15
10:44:15.163 (INF): Version: T2 - 0.0.2.6.666 (master, 8b77e12)
10:44:17.319 (INF): NSch.JSchException: Auth fail
   at NSch.Session.Connect(Int32 connectTimeout)
   at NGit.Transport.JschConfigSessionFactory.GetSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, Int32 tms)
10:44:17.323 (INF): NGit.Errors.TransportException: git@github.com:framefield/tooll_operators.git: Auth fail
   at NGit.Transport.JschConfigSessionFactory.GetSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, Int32 tms)
   at NGit.Transport.SshTransport.GetSession()
   at NGit.Transport.TransportGitSsh.SshFetchConnection..ctor(TransportGitSsh _enclosing)
   at NGit.Transport.TransportGitSsh.OpenFetch()
   at NGit.Transport.FetchProcess.ExecuteImp(ProgressMonitor monitor, FetchResult result)
   at NGit.Transport.FetchProcess.Execute(ProgressMonitor monitor, FetchResult result)
   at NGit.Transport.Transport.Fetch(ProgressMonitor monitor, ICollection`1 toFetch)
   at NGit.Api.FetchCommand.Call()