0

Git 向导,

我们只是在这里从 svn 切换到 git,所以请不要怪我......这是问题所在:

在 Windows 2008R2 IIS7 机器上设置 Bonobo 5.2 仅使用 Bonobo 内部身份验证 创建一个新的空存储库 在客户端 (w10) 上的 vs2015 中创建一个新解决方案 提交到客户端上的本地 git 存储库 在客户端上设置远程存储库,指向显示的 Bonobo URL新仓库的 Bonobo Web UI 尝试推送到远程仓库 (Bonobo)

错误:发现长度无效的十六进制数字

倭黑猩猩日志状态:

w3wp.exe 错误:0:发生错误并在 Global.asax 中捕获 - System.FormatException: Ungültige Länge für Base-64-Zeichenarray oder -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) bei 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) bei 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) bei System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallBeginDelegate(AsyncCallback callback, Object callbackState) 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.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) bei System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() bei System.Web.HttpApplication.ExecuteStep( IExecutionStep 步骤,Boolean & completedSynchronously)

4

2 回答 2

0

确保 URL 中的大写字母匹配。

于 2017-07-26T11:55:22.933 回答
0

在链接末尾添加“.git”,同时指定远程存储库位置

于 2016-09-27T12:11:01.903 回答