On Tue, Jun 12, 2018 at 01:28:56PM -0700, Shaobin Li wrote: > I have an issue when installing GREET@2017 (https://greet.es.anl.gov/net). > A message "The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw > an exception" prompts when I try to open the GREET@2017. It seems that this > is relevant to Git on my computer. Any thoughts on how to solve this > issue? GREET@2017 is working well with another desktop that do not have > Git.
Hi! This issue has nothing to do with Git: the error you're getting originates from LibGit2Sharp, which is a couple of .NET assemblies implementing (parts of) Git functionality in .NET (note that no part of _the_ Git is written in .NET). So, whatever that "GREET@2017" thing is, it's apparently relying on LibGit2Sharp to function, and — ostensibly — you're facing some .NET configuration problem related to whatever versions of .NET you have installed in your system and what LibGit2Sharp and/or that "GREET@2017" want to use. Look slike you you should use whatever support venues "GREET@2017" provides. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
