GDKsoftware / GitBitter

A toolset for managing GIT packages / Language independent package manager
0 stars 1 forks source link

SSH cloning doesn't work by default, HTTPS seems to work without problems #47

Open partouf opened 5 years ago

partouf commented 5 years ago
$ gitbitter
[Files] initialization
[Coding\CSV] initialization
[Files] reset
[Files] initialization
[Files] cloning
[Coding\Strings] initialization
[Coding\Strings] reset
[Coding\Strings] initialization
[Coding\Strings] cloning

Onverwerkte uitzondering: System.AccessViolationException: Poging tot het lezen of schrijven van beveiligd geheugen. Dit duidt er vaak op dat ander geheugen is beschadigd.
   bij LibGit2Sharp.Core.NativeMethods.git_clone(git_repository*& repo, String origin_url, FilePath workdir_path, GitCloneOptions& opts)
   bij LibGit2Sharp.Core.Proxy.git_clone(String url, String workdir, GitCloneOptions& opts) in c:\projects\libgit2sharp\LibGit2Sharp\Core\Proxy.cs:regel 354
   bij LibGit2Sharp.Repository.Clone(String sourceUrl, String workdirPath, CloneOptions options) in c:\projects\libgit2sharp\LibGit2Sharp\Repository.cs:regel 732
   bij GitBitterLib.GitSharpCloner.<>c__DisplayClass8_0.<Clone>b__0() in D:\git\GitBitter\GitBitterLib\Implementations\GitSharpCloner.cs:regel 89
   bij System.Threading.Tasks.Task.InnerInvoke()
   bij System.Threading.Tasks.Task.Execute()
   bij System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
   bij System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bij System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bij System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
   bij System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
   bij System.Threading.Tasks.ThreadPoolTaskScheduler.TryExecuteTaskInline(Task task, Boolean taskWasPreviouslyQueued)
   bij System.Threading.Tasks.TaskScheduler.TryRunInline(Task task, Boolean taskWasPreviouslyQueued)
   bij System.Threading.Tasks.Task.WrappedTryRunInline()
   bij System.Threading.Tasks.Task.InternalWait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   bij System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   bij GitBitterLib.GitSharpCloner.MoveAndReClone(String repository, String rootdir, String repodir, String branchname, String fullRepoPath) in D:\git\GitBitter\GitBitterLib\Implementations\GitSharpCloner.cs:regel 227
   bij GitBitterLib.GitSharpCloner.PerformRepoReset(String repository, String rootdir, String repodir, String branchname, String fullRepoPath, Repository repo) in D:\git\GitBitter\GitBitterLib\Implementations\GitSharpCloner.cs:regel 214
   bij GitBitterLib.GitSharpCloner.<>c__DisplayClass9_0.<ResetAndUpdateExisting>b__0() in D:\git\GitBitter\GitBitterLib\Implementations\GitSharpCloner.cs:regel 137
   bij System.Threading.Tasks.Task.InnerInvoke()
   bij System.Threading.Tasks.Task.Execute()
   bij System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
   bij System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bij System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bij System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
   bij System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
   bij System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   bij System.Threading.ThreadPoolWorkQueue.Dispatch()
   bij System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Segmentation fault