This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Repository with no commits causes error #926
Closed
Description
181006-07:57:26.126 INFO [ 2] <OctorunInstaller> MoveOctorun fromPath: T:\octorun_extract_archive_path_1090015165\octorun toPath:C:\Users\illuminati-user\AppData\Local\GitHubUnity\octorun
181006-07:57:26.127 INFO [ 2] <OctorunInstaller> DeleteContents toPath:C:\Users\illuminati-user\AppData\Local\GitHubUnity\octorun
181006-07:57:26.129 INFO [ 2] <OctorunInstaller> MoveFiles fromPath: T:\octorun_extract_archive_path_1090015165\octorun toPath:C:\Users\illuminati-user\AppData\Local\GitHubUnity\octorun
181006-07:57:27.691 INFO [ 2] <OctorunInstaller> Delete fromPath.Parent:T:\octorun_extract_archive_path_1090015165
181006-07:59:27.576 INFO [ 2] <GitInstaller> Moving Git source:T:\git_zip_extract_zip_paths_624345651\git target:C:\Users\illuminati-user\AppData\Local\GitHubUnity\git
181006-07:59:27.578 INFO [ 2] <GitInstaller> DeleteContents target:C:\Users\illuminati-user\AppData\Local\GitHubUnity\git
181006-07:59:27.580 INFO [ 2] <GitInstaller> MoveFiles fromPath: T:\git_zip_extract_zip_paths_624345651\git toPath:C:\Users\illuminati-user\AppData\Local\GitHubUnity\git
181006-08:00:14.897 INFO [ 2] <GitInstaller> Delete source:T:\git_zip_extract_zip_paths_624345651\git
181006-08:00:16.835 INFO [ 2] <GitInstaller> Moving GitLFS source:T:\git_zip_extract_zip_paths_624345651\git-lfs target:C:\Users\illuminati-user\AppData\Local\GitHubUnity\git-lfs
181006-08:00:16.836 INFO [ 2] <GitInstaller> DeleteContents target:C:\Users\illuminati-user\AppData\Local\GitHubUnity\git-lfs
181006-08:00:16.857 INFO [ 2] <GitInstaller> MoveFiles fromPath: T:\git_zip_extract_zip_paths_624345651\git-lfs toPath:C:\Users\illuminati-user\AppData\Local\GitHubUnity\git-lfs
181006-08:00:16.883 INFO [ 2] <GitInstaller> Delete source:T:\git_zip_extract_zip_paths_624345651\git-lfs
181006-08:00:19.711 ERROR [17] <TaskManager> Exception on concurrent thread: 1 git log
GitHub.Unity.ProcessException: fatal: your current branch 'master' does not have any commits yet
at GitHub.Unity.ProcessTaskWithListOutput`1+<RunWithReturn>c__AnonStorey0[GitHub.Unity.GitLogEntry].<>m__1 () [0x00101] in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\ProcessTask.cs:498
at GitHub.Unity.ProcessWrapper.Run () [0x00424] in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\ProcessTask.cs:199
at GitHub.Unity.ProcessTaskWithListOutput`1[GitHub.Unity.GitLogEntry].RunWithReturn (Boolean success) [0x00061] in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\ProcessTask.cs:506
at GitHub.Unity.TaskBase`1[TResult].RunSynchronously () [0x0007c] in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\TaskBase.cs:685
at System.Threading.Tasks.Task`1[System.Collections.Generic.List`1[GitHub.Unity.GitLogEntry]].InvokeFuture (System.Object futureAsObj) [0x00000] in <filename unknown>:0
at System.Threading.Tasks.Task.InnerInvoke () [0x00000] in <filename unknown>:0
at System.Threading.Tasks.Task.Execute () [0x00000] in <filename unknown>:0
=======
at GitHub.Unity.TaskManager+<ScheduleConcurrent>c__AnonStorey2`1[[GitHub.Unity.TaskBase, GitHub.Api, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null]].<>m__0(System.Threading.Tasks.Task tt) in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\TaskManager.cs:line 146
at System.Threading.Tasks.Task+<>c__DisplayClass6.<ContinueWith>b__5(System.Object obj)
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
at System.Threading.Tasks.Task.ExecutionContextCallback(System.Object obj)
at System.Security.SecurityContext.Run(System.Security.SecurityContext securityContext, System.Threading.ContextCallback callback, System.Object state) in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Security/SecurityContext.cs:line 150
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Threading/ExecutionContext.cs:line 150
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef currentTaskSlot)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
at System.Threading.Tasks.TaskScheduler.TryExecuteTask(System.Threading.Tasks.Task task)
at GitHub.Unity.ThreadPerTaskScheduler+<QueueTask>c__AnonStorey0.<>m__0() in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\ConcurrentExclusiveInterleave.cs:line 440
181006-08:00:19.712 ERROR [18] <TaskManager> Exception on concurrent thread: 2 ActionTask
GitHub.Unity.ProcessException: fatal: Needed a single revision
at GitHub.Unity.ProcessTask`1+<RunWithReturn>c__AnonStorey0[System.String].<>m__1 () [0x0013e] in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\ProcessTask.cs:371
at GitHub.Unity.ProcessWrapper.Run () [0x00424] in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\ProcessTask.cs:199
at GitHub.Unity.ProcessTask`1[T].RunWithReturn (Boolean success) [0x00061] in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\ProcessTask.cs:380
at GitHub.Unity.TaskBase`1[TResult].RunSynchronously () [0x0007c] in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\TaskBase.cs:685
at GitHub.Unity.RepositoryManager.<UpdateRepositoryInfo>m__9 () [0x0000a] in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Git\RepositoryManager.cs:431
at GitHub.Unity.ActionTask+<ActionTask>c__AnonStorey0.<>m__0 (Boolean _) [0x00000] in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\ActionTask.cs:292
at GitHub.Unity.ActionTask.Run (Boolean success) [0x00007] in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\ActionTask.cs:317
=======
at GitHub.Unity.TaskManager+<ScheduleConcurrent>c__AnonStorey2`1[[GitHub.Unity.TaskBase, GitHub.Api, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null]].<>m__0(System.Threading.Tasks.Task tt) in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\TaskManager.cs:line 146
at System.Threading.Tasks.Task+<>c__DisplayClass6.<ContinueWith>b__5(System.Object obj)
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
at System.Threading.Tasks.Task.ExecutionContextCallback(System.Object obj)
at System.Security.SecurityContext.Run(System.Security.SecurityContext securityContext, System.Threading.ContextCallback callback, System.Object state) in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Security/SecurityContext.cs:line 150
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Threading/ExecutionContext.cs:line 150
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef currentTaskSlot)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
at System.Threading.Tasks.TaskScheduler.TryExecuteTask(System.Threading.Tasks.Task task)
at GitHub.Unity.ThreadPerTaskScheduler+<QueueTask>c__AnonStorey0.<>m__0() in C:\Users\Spade\Projects\GitHub\Unity\src\GitHub.Api\Tasks\ConcurrentExclusiveInterleave.cs:line 440