我在“2010年视觉网络开发商快车”上设立了一个项目,并把它添加到光灯上。
https://github.com/vmrocha/jQueryLab
当我试图在莫诺·迪奥普的基础上建造或开放“电离层控制”菜单时,我有以下错误:
System.TypeInitializationException: The type initializer for NGit.Util.FS threw an exception. ---> System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path)
at System.IO.Path.Combine(String path1, String path2)
at Sharpen.FilePath..ctor(String other, String child)
at NGit.Util.FS.SearchPath(String path, String[] lookFor)
at NGit.Util.FS_Win32_Cygwin.IsCygwin()
at NGit.Util.FS.Detect(Nullable`1 cygwinUsed)
at NGit.Util.FS.Detect()
at NGit.Util.FS..cctor()
--- End of inner exception stack trace ---
at NGit.BaseRepositoryBuilder`2.SetupWorkTree()
at NGit.BaseRepositoryBuilder`2.Setup()
at NGit.Storage.File.FileRepository..ctor(FilePath gitDir)
at NGit.Storage.File.FileRepository..ctor(String gitDir)
at MonoDevelop.VersionControl.Git.LocalGitRepository..ctor(String path)
at MonoDevelop.VersionControl.Git.GitRepository..ctor(FilePath path, String url)
at MonoDevelop.VersionControl.Git.GitVersionControl.GetRepositoryReference(FilePath path, String id)
at MonoDevelop.VersionControl.VersionControlService.GetRepositoryReference(String path, String id)
at MonoDevelop.VersionControl.VersionControlService.GetRepository(IWorkspaceObject entry)
at MonoDevelop.VersionControl.SolutionVersionControlCommandHalder.GetItems()
at MonoDevelop.VersionControl.SolutionVersionControlCommandHalder.Update(CommandInfo info)
at MonoDevelop.Components.Commands.CommandHandler.InternalUpdate(CommandInfo info)
at MonoDevelop.Components.Commands.CommandManager.DefaultUpdateCommandInfo(ActionCommand cmd, CommandInfo info)
at MonoDevelop.Components.Commands.CommandManager.GetCommandInfo(Object commandId, CommandTargetRoute targetRoute)