Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

App crashes if it cannot access remote repo at startup #34

Closed
shaleh opened this issue Aug 31, 2015 · 4 comments
Closed

App crashes if it cannot access remote repo at startup #34

shaleh opened this issue Aug 31, 2015 · 4 comments
Assignees
Labels

Comments

@shaleh
Copy link
Contributor

shaleh commented Aug 31, 2015

The exception says:

An unhandled exception of type 'LibGit2Sharp.LibGit2SharpException' occurred in LibGit2Sharp.dll
Additional information: Failed to connect to <my ellided host name>:
@shaleh
Copy link
Contributor Author

shaleh commented Aug 31, 2015

In the 1.0.5 source this occurs at line 164 of Main.cs where it tries to do a Pull.

I am running this on a laptop and the password repo is on a server at work. I cannot always see it.

@mbos
Copy link
Owner

mbos commented Aug 31, 2015

Yeah obviously need to trap the error there for a host unreachable

@mbos mbos added the bug label Aug 31, 2015
@mbos mbos self-assigned this Aug 31, 2015
@mbos
Copy link
Owner

mbos commented Sep 3, 2015

Fixed 193ecf5

@mbos
Copy link
Owner

mbos commented Sep 4, 2015

release 1.0.6

@mbos mbos closed this as completed Sep 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants