dotcore issue
See original GitHub issueThings work fine in Windows but the moment I use linux it fail with this stack trace.
15/08/2017 22:46:21 [ Error] [Modules]: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception.
at LibGit2Sharp.Core.NativeMethods.git_repository_open(git_repository*& repository, FilePath path)
at LibGit2Sharp.Core.Proxy.git_repository_open(String path)
at LibGit2Sharp.Repository..ctor(String path, RepositoryOptions options, RepositoryRequiredParameter requiredParameter)
at Opux.Functions.<About>d__11.MoveNext() in /home/opux/opuxpub/src/Opux/Functions.cs:line 274
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at Opux.Info.<About>d__7.MoveNext() in /home/opux/opuxpub/src/Opux/Modules.cs:line 141
This was the same error I got in windows when the path was incorrect but it is actually correct now on both systems. Thanks
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (8 by maintainers)
Top Results From Across the Web
The doctor's problems
A problem is defined and its purpose is described. The doctor's personality is analysed in its various aspects, and the patient and his...
Read more >Feeling Dismissed and Ignored by Your Doctor? Do this.
Trust is an essential part of healthcare. When we feel poorly, we visit our doctor with our hopes high, trusting that she will...
Read more >Talking with your doctor about sensitive issues
Things like sex, abuse, drug or alcohol use, memory problems, grief or depression may feel embarrassing to discuss, but doctors deal with these...
Read more >Doctor shortages are here—and they'll get worse if we don' ...
There are a number of reasons for the projected physician shortage and a number of solutions to the problem have been identified—and they ......
Read more >Top Five Challenges Facing Doctors Right Now
Top Five Challenges Facing Doctors Right Now · 1. Caring for the chronically ill. · 2. Managing mental illness. · 3. Improving communication...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cmendible It would be worth checking to see if a 1.0.0 package is available to be installed. If it is, you could add a line in your dockerfile to install it.
Which version of the image did you try? Based on the versions you’re seeing, I suspect it is the 9.0/stretch image.
It would also be worth checking the 8.0/jessie versions of the image to see what versions are in it by default.
Yes, the latest versions of the package support a lot more distros now, so I’m going to close this as done.