-
-
Notifications
You must be signed in to change notification settings - Fork 29
Description
org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid remote: origin
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:221)
at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:311)
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:182)
at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.cloneRepoLocalSelectAuth(ScriptingEngine.java:253)
at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.cloneRepoLocal(ScriptingEngine.java:274)
at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.cloneRepo(ScriptingEngine.java:1770)
at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.getBranch(ScriptingEngine.java:1162)
at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1561)
at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:64)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: https://github.com/JansenSmith/JMSsig.git: https://github.com/JansenSmith/JMSsig.git/info/refs?service=git-upload-pack not found: Not Found
at org.eclipse.jgit.transport.TransportHttp.createNotFoundException(TransportHttp.java:600)
at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:668)
at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:465)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:142)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:94)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1309)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:213)
... 9 more
java.lang.IllegalStateException: Not on FX application thread; currentThread = Thread-44
at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:279)
at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:444)
at javafx.stage.Stage.(Stage.java:241)
at javafx.stage.Stage.(Stage.java:227)
at javafx.scene.control.HeavyweightDialog$1.(HeavyweightDialog.java:52)
at javafx.scene.control.HeavyweightDialog.(HeavyweightDialog.java:52)
at javafx.scene.control.Dialog.(Dialog.java:263)
at javafx.scene.control.Alert.(Alert.java:245)
at javafx.scene.control.Alert.(Alert.java:223)
at com.neuronrobotics.bowlerstudio.BowlerStudioMenu.checkandDelete(BowlerStudioMenu.java:607)
at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:68)
at java.lang.Thread.run(Thread.java:748)