Created
March 21, 2013 15:34
-
-
Save dwins/5213967 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dwins@localhost dst]$ geogit remote list -v | |
osm http://localhost:8080/geogit/repo (fetch) | |
osm http://localhost:8080/geogit/repo (push) | |
[dwins@localhost dst]$ geogit fetch osm master | |
java.lang.IllegalStateException: Remote could not be resolved. | |
at com.google.common.base.Preconditions.checkState(Preconditions.java:149) | |
at org.geogit.api.porcelain.FetchOp.addRemote(FetchOp.java:94) | |
at org.geogit.api.porcelain.FetchOp.addRemote(FetchOp.java:84) | |
at org.geogit.cli.porcelain.Fetch.runInternal(Fetch.java:70) | |
at org.geogit.cli.AbstractCommand.run(AbstractCommand.java:32) | |
at org.geogit.cli.GeogitCLI.execute(GeogitCLI.java:330) | |
at org.geogit.cli.GeogitCLI.processCommand(GeogitCLI.java:263) | |
at org.geogit.cli.GeogitCLI.main(GeogitCLI.java:216) | |
Remote could not be resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment