Windows 2012 サーバーに Bonobo を問題なくインストールできました。Web インターフェイスを介してリポジトリを作成しましたが、Git を介してリモート リポジトリを追加しようとすると、次のエラーが発生します。
致命的: https://app.mydomain.com/Bonobo.Git.Server/project1.git/info/refs無効: これは git リポジトリですか?
Bonobo.Git.Server.Errors.log に表示される Bonobo エラー ログは次のとおりです。
ネイティブ ライブラリ プリローダーは、ネイティブ SQLite ライブラリ "C:\inetpub\wwwroot\Bonobo.Git.Server\bin\x64\SQLite.Interop.dll" を読み込もうとしています... w3wp.exe エラー: 0 : エラーが発生してキャッチされましたGlobal.asax - System.FormatException: Base-64 char 配列または文字列の長さが無効です。Bonobo.Git. Server.GitAuthorizeAttribute.OnAuthorization(AuthorizationContext filterContext) で System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters(ControllerContext controllerContext, IList)
1 filters, ActionDescriptor actionDescriptor) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__19(AsyncCallback asyncCallback, Object asyncState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase
1.Begin(AsyncCallback コールバック、オブジェクト状態、Int32 タイムアウト) System.Web.Mvc.Async.AsyncResultWrapper.Begin[TResult](AsyncCallback コールバック、オブジェクト状態、BeginInvokeDelegate beginDelegate、EndInvokeDelegate で1 endDelegate, Object tag, Int32 timeout) at System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeAction(ControllerContext controllerContext, String actionName, AsyncCallback callback, Object state) at System.Web.Mvc.Controller.<BeginExecuteCore>b__1c(AsyncCallback asyncCallback, Object asyncState, ExecuteCoreState innerState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid
1.CallBeginDelegate(AsyncCallback コールバック、オブジェクト callbackState) でSystem.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.Begin(AsyncCallback callback, Object state, Int32 timeout) at System.Web.Mvc.Async.AsyncResultWrapper.Begin[TState](AsyncCallback callback, Object callbackState, BeginInvokeDelegate
1 beginDelegate、EndInvokeVoidDelegate1 endDelegate, TState invokeState, Object tag, Int32 timeout, SynchronizationContext callbackSyncContext) at System.Web.Mvc.Controller.BeginExecuteCore(AsyncCallback callback, Object state) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase
1.Begin(AsyncCallback コールバック、オブジェクト状態、Int32 タイムアウト) System.Web.Mvc.Async.AsyncResultWrapper.Begin[TState](AsyncCallback コールバック、オブジェクト callbackState、 BeginInvokeDelegate1 beginDelegate, EndInvokeVoidDelegate
1 endDelegate、TState invokeState、Object タグ、Int32 タイムアウト、SynchronizationContext callbackSyncContext) で System.Web.Mvc.Controller.BeginExecute(RequestContext requestContext、AsyncCallback コールバック、オブジェクト状態) で System.Web.Mvc.MvcHandler.b__4(AsyncCallback asyncCallback、Object) asyncState, ProcessRequestState innerState) System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallBeginDelegate(AsyncCallback callback, Object callbackState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase
でcallbackState、BeginInvokeDelegate1 beginDelegate, EndInvokeVoidDelegate
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication. IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) ネイティブ ライブラリ プリローダーがネイティブ SQLite ライブラリ "C:\inetpub\wwwroot\Bonobo.Git.Server\bin\x64\" を読み込もうとしていますSQLite.Interop.dll"... ネイティブ ライブラリのプリローダーがネイティブ SQLite ライブラリを読み込もうとしています "C:\inetpub\wwwroot\Bonobo.Git.Server\bin\x64\SQLite.Interop.dll"... ネイティブ ライブラリプリローダーは、ネイティブ SQLite ライブラリ "C:\inetpub\wwwroot\Bonobo.Git.Server\bin\x64\SQLite.Interop.dll"... ネイティブ ライブラリ プリローダーがネイティブ SQLite ライブラリ "C:\inetpub\wwwroot\Bonobo.Git.Server\bin\x64\SQLite.Interop.dll" を読み込もうとしています"... ネイティブ ライブラリ プリローダーがネイティブ SQLite ライブラリ "C:\inetpub\wwwroot\Bonobo.Git.Server\bin\x64\SQLite.Interop.dll" を読み込もうとしています... ネイティブ ライブラリ プリローダーが試行していますto load native SQLite library "C:\inetpub\wwwroot\Bonobo.Git.Server\bin\x64\SQLite.Interop.dll"... ネイティブ ライブラリ プリローダーがネイティブ SQLite ライブラリ "C:\inetpub\ wwwroot\Bonobo.Git.Server\bin\x64\SQLite.Interop.dll"... ネイティブ ライブラリ プリローダーがネイティブ SQLite ライブラリを読み込もうとしています "C:\inetpub\wwwroot\Bonobo.Git.Server\bin\x64 \SQLite.Interop.dll"... ネイティブ ライブラリ プリローダーがネイティブ SQLite ライブラリを読み込もうとしています "C:\inetpub\wwwroot\Bonobo.Git.Server\bin\x64\SQLite.Interop.dll"... ネイティブ ライブラリ プリローダーがネイティブ SQLite ライブラリ "C:\inetpub\wwwroot\Bonobo.Git.Server\ bin\x64\SQLite.Interop.dll"...
デフォルトのフォーム認証を使用しています。どんな助けでも大歓迎です。