We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just installed version 1.0.7 Once I have configured the repository, when I make "fetch" I get the following error:
NullReferenceException: Object reference not set to an instance of an object UniGit.GitHistoryWindow.DoToolbar (Rect rect, LibGit2Sharp.RepositoryInformation info) (at D:/My Documents/My Pictures/My Art/Games/UniGit/Assets/Plugins/UniGit/Editor/GitHistoryWindow.cs:318) UniGit.GitHistoryWindow.OnGUI () (at D:/My Documents/My Pictures/My Art/Games/UniGit/Assets/Plugins/UniGit/Editor/GitHistoryWindow.cs:266) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
I have Unity installed on a drive other than C.
The text was updated successfully, but these errors were encountered:
fc545d8
Did you set up the remote for your branch ?
Sorry, something went wrong.
No branches or pull requests
I just installed version 1.0.7
Once I have configured the repository, when I make "fetch" I get the following error:
NullReferenceException: Object reference not set to an instance of an object
UniGit.GitHistoryWindow.DoToolbar (Rect rect, LibGit2Sharp.RepositoryInformation info) (at D:/My Documents/My Pictures/My Art/Games/UniGit/Assets/Plugins/UniGit/Editor/GitHistoryWindow.cs:318)
UniGit.GitHistoryWindow.OnGUI () (at D:/My Documents/My Pictures/My Art/Games/UniGit/Assets/Plugins/UniGit/Editor/GitHistoryWindow.cs:266)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
I have Unity installed on a drive other than C.
The text was updated successfully, but these errors were encountered: