I'm having trouble running Protobuild there. I get the following errors:
Starting resolution of packages for Windows...
Querying: https-git://github.com/MonoGame/MonoGame.Dependencies.git
Querying: https-git://github.com/ioctlLR/NVorbis.git
Resolving: https-git://github.com/MonoGame/MonoGame.Dependencies.git
Package type not specified (and no file at ThirdParty/Dependencies\.git), requesting binary version.
WARNING: Source package cache is corrupt, removing and cloning again...
System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
at System.IO.Path.Combine(String path1, String path2)
at Protobuild.GitUtils.FindGitOnSystemPath()
at Protobuild.GitUtils.GetCachedGitPath()
at Protobuild.GitUtils.RunGitInternal(String str, String workingDirectory, String consoleWriteLine)
at Protobuild.SourcePackageResolve.GetSourcePackage(String url)
at Protobuild.SourcePackageResolve.ResolveGit(GitPackageMetadata gitMetadata, String folder, String templateName, Boolean forceUpgrade)
at Protobuild.PackageManager.Resolve(IPackageMetadata metadata, PackageRef reference, String templateName, Nullable'1 source, Boolean forceUpgrade)
at Protobuild.PackageManager.<>c__DisplayClass15_3.<ResolveAll>b__5()
at Protobuild.PackageManager.ResolveAll(ModuleInfo module, String platform, Nullable'1 enableParallelisation, Boolean forceUpgrade)
at Protobuild.ActionDispatch.PerformAction(ModuleInfo module, String action, String platform, String[] enabledServices, String[] disabledServices, String serviceSpecPath, Boolean debugServiceResolution, Boolean disablePackageResolution, Boolean disableHostPlatformGeneration, Nullable'1 taskParallelisation)
at Protobuild.ActionDispatch.DefaultAction(ModuleInfo module, String platform, String[] enabledServices, String[] disabledServices, String serviceSpecPath, Boolean debugServiceResolution, Boolean disablePackageResolution, Boolean disableHostPlatformGeneration, Nullable'1 taskParallelisation)
at Protobuild.DefaultCommand.Execute(Execution execution)
at Protobuild.MainClass.Main(String[] args)
Any ideas?