Skip to content

Instantly share code, notes, and snippets.

@dwins
Created March 21, 2013 15:34
Show Gist options
  • Save dwins/5213967 to your computer and use it in GitHub Desktop.
Save dwins/5213967 to your computer and use it in GitHub Desktop.
[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