簡體   English   中英

從vs2015到Bonobo 5.2的Git推送失敗,並顯示“長度無效的十六進制數字”

[英]Git push to Bonobo 5.2 from vs2015 fails with “Found invalid hex digit in length”

Git向導,

我們只是在這里從svn切換到git,所以請不要怪我...這是問題所在:

在Windows 2008R2 IIS7計算機上設置Bonobo 5.2,僅使用Bonobo內部身份驗證創建新的空倉庫在vs2015的客戶端(w10)上創建新的解決方案致力於客戶端上的本地git repo在客戶端上設置遠程倉庫,指向Bonobo URL,如圖所示。新回購的Bonobo Web UI嘗試推送到遠程回購(Bonobo)

錯誤:發現長度無效的十六進制數字

no黑猩猩的日志狀態:

w3wp.exe錯誤:0:發生錯誤,並在Global.asax-System.FormatException中捕獲:UngültigeLängefürBase-64-Zeichenarray oder -Zeichenfolge。 bei System.Convert.FromBase64_Decode(Char * startInputPtr,Int32 inputLength,Byte * startDestPtr,Int32 destLength)bei System.Convert.FromBase64CharPtr(Char * inputPtr,Int32 inputLength)bei System.Convert.FromBase64String(String s)bei Bonobo。 Server.GitAuthorizeAttribute.OnAuthorization(AuthorizationContext filterContext)在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.WrappedAsyncResultBase 1.Begin(AsyncCallback callback,Object state,Int32 timeout)bei System.Web.Mvc.Async.AsyncResultWrapper.Begin [TResult](AsyncCallback回調,對象狀態,BeginInvokeDelegate,BeginDelegate,EndInvokeDelegate, 1 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.WrappedAsyncVoid 1 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.WrappedAsyncVoid 1.CallBeginDelegate(AsyncCallback回調,Object callbackState)在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, BeginInvokeDelegate 1 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.WrappedAsyncResultBase 1.Begin(系統)(AsyncCallback回調,對象狀態,Int32超時)。 Web.Mvc.Async.AsyncResultWrapper.Begin [TState](AsyncCallback回調,對象callbackState,BeginInvokeDelegate 1 beginDelegate, EndInvokeVoidDelegate 1 endDelegate,TState invokeState,對象標記,Int32超時,SynchronizationContext callbackSyncContext)在System.Web.Mvc.Controller.BeginExecute( RequestContext requestContext,AsyncCallback回調,對象狀態)bei System.Web.Mvc.MvcHandler.b__4(AsyncCallback asyncCallback,對象asyncState,ProcessRequestState innerState)bei System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid 1.CallBeginDelegate(AsyncCallback callback, Object callbackState) bei System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase 1.Begin(AsyncCallback回調,對象狀態,Int32超時)bei System.Web.Mvc.Async.AsyncResultWrapper.Begin [TState](AsyncCallback回調,對象callbackState,BeginInvokeDelegate 1 beginDelegate, EndInvokeVoidDelegate 1 endDelegate,TState invokeState,Object標簽,Int32超時,SynchronizationContext callbackSync Context)bei System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext,AsyncCallback回調,對象狀態)bei System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()bei System.Web.HttpApplication.ExecuteStep (IExecutionStep步驟,布爾值並已同步完成)

在指定遠程存儲庫位置的同時,在鏈接末尾添加“ .git”

確保URL中的大寫字母匹配。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM