-
Notifications
You must be signed in to change notification settings - Fork 888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Init not working for certain directories #1158
Comments
What version of LibGit2Sharp are you using, please? |
Oh sorry forgot to mention. |
@mbos Are you able to reproduce this behavior with the most recent pre-release package? |
Solved with 0.22 |
🆒 Thanks for having checked |
No problem and thanks for the fast response. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I call:
var repo = Repository.Init(@"D:\pass");
I get an exception that "D:" is not a valid directory.
When using a longer path:
var repo = Repository.Init(@"D:\pass\users");
No problem what so ever.
The text was updated successfully, but these errors were encountered: