0

Git ウィザード、

ここで svn から git に切り替えたばかりなので、私を責めないでください... これが問題です:

Windows 2008R2 IIS7 マシンで Bonobo 5.2 をセットアップする Bonobo の内部認証のみを使用する 新しい空のリポジトリを作成する クライアント (w10) で vs2015 に新しいソリューションを作成する クライアントでローカル git リポジトリにコミットする クライアントでリモート リポジトリをセットアップするBonobo 新規リポジトリ用 Web UI リモートリポジトリへのプッシュを試みた (Bonobo)

エラー: 無効な 16 進数の長さが見つかりました

ボノボのログには次のように記載されています。

w3wp.exe エラー: 0 : エラーが発生し、Global.asax - System.FormatException: Ungültige Länge für Base-64-Zeichenarray または -Zeichenfolge でキャッチされました。System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr, Int32 destLength) System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength) System.Convert.FromBase64String(String s) Bonobo.Git. Server.GitAuthorizeAttribute.OnAuthorization(AuthorizationContext filterContext) by System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters(ControllerContext controllerContext, IList 1 filters, ActionDescriptor actionDescriptor) bei System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__19(AsyncCallback asyncCallback, Object asyncState) bei System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.Begin(AsyncCallback callback, Object state, Int32 timeout) bei System.Web.Mvc.Async.AsyncResultWrapper.Begin[ TResult](AsyncCallback コールバック、オブジェクト状態、BeginInvokeDelegate beginDelegate、EndInvokeDelegate1 endDelegate, Object tag, Int32 timeout) bei System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeAction(ControllerContext controllerContext, String actionName, AsyncCallback callback, Object state) bei System.Web.Mvc.Controller.<BeginExecuteCore>b__1c(AsyncCallback asyncCallback, Object asyncState, ExecuteCoreState innerState) bei System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallBeginDelegate(AsyncCallback callback, Object callbackState) by System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase 1.Begin(AsyncCallback callback, Object state, Int32 timeout) bei System.Web.Mvc.Async.AsyncResultWrapper.Begin[TState](AsyncCallback callback, Object callbackState, BeginInvokeDelegate1 beginDelegate, EndInvokeVoidDelegate 1 endDelegate, TState invokeState, Object tag, Int32 timeout, SynchronizationContext callbackSyncContext) bei System.Web.Mvc.Controller.BeginExecuteCore(AsyncCallback callback, Object state) bei System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.Begin(AsyncCallback callback, Object state, Int32 timeout) bei System.Web.Mvc.Async.AsyncResultWrapper. Begin[TState](AsyncCallback callback, Object callbackState, BeginInvokeDelegate 1 beginDelegate, EndInvokeVoidDelegate1 endDelegate, TState invokeState, Object tag, Int32 timeout, SynchronizationContext callbackSyncContext) bei System.Web.Mvc.Controller.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state) bei System. Web.Mvc.MvcHandler.b__4(AsyncCallback asyncCallback, Object asyncState, ProcessRequestState innerState) System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallBeginDelegate(AsyncCallback callback, Object callbackState) bei System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.Begin(AsyncCallback コールバック、オブジェクト状態、Int32 タイムアウト) System.Web.Mvc.Async.AsyncResultWrapper.Begin[TState](AsyncCallback コールバック、オブジェクト callbackState、BeginInvokeDelegate 1 beginDelegate, EndInvokeVoidDelegate1 endDelegate、TState invokeState、オブジェクト タグ、Int32 タイムアウト、SynchronizationContext callbackSyncContext ) System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() System.Web.HttpApplication.ExecuteStep( IExecutionStep ステップ、ブール値および完了同期)

4

2 に答える 2

0

URL の大文字が一致していることを確認してください。

于 2017-07-26T11:55:22.933 に答える
0

リモートリポジトリの場所を指定しながら、リンクの最後に「.git」を追加します

于 2016-09-27T12:11:01.903 に答える