2016-07-26 3 views
0

Git Assistenten,Git Push-to-Bonobo 5.2 von vs2015 nicht mit „Gefunden ungültig Hexadezimalzeichens lang“

wir gerade aus dem SVN Schalt hier git über so mir bitte nicht die Schuld ... Diese das Problem ist:

Set up Bonobo 5.2 on a Windows 2008R2 IIS7 machine Using Bonobo internal auth only Created a new empty repo Created a new solution in vs2015 on client (w10) Commited to local git repo on Client Set up remote repo on Client pointing to Bonobo URL shown in Bonobo Web UI for new repo Tried to push to remote repo (Bonobo)

Fehler: gefunden ungültig Hexadezimalzeichens Länge

Bonobo log Zustände:

w3wp.exe Fehler: 0: Fehler ist aufgetreten und gefangen i n Global.asax - System.FormatException: Ungültige Länge für Base-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.Git.Server.GitAuthorizeAttribute.OnAuthorization (AuthorizationContext filterContext) bei System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters (Controllercontroller, 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.BEGINN (AsyncCallback Rückruf, Objektzustand, Int32 timeout) bei System.Web.Mvc .Async.AsyncResultWrapper.Begin [TResult] (AsyncCallback-Callback, Objektstatus, 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.CallBeginDelegate (AsyncCallback-Callback, Object-CallbackState) b ei 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.BEGINN (AsyncCallback Rückruf, Objektzustand, Int32 timeout) bei System.Web.Mvc.Async.AsyncResultWrapper.Begin [TState] (AsyncCallback Rückruf Objekt, callbackState, BeginInvokeDelegate 1 beginDelegate, EndInvokeVoidDelegate 1 endDelegate, TState invokeState, Objekt-Tag, Int32 Timeout, SynchronizationContext callbackSyncContext) bei System.Web.Mvc.Controller.BeginExecute (Requestrequest, AsyncCallback Rückruf, Objektzustand) bei System.Web.Mvc. MvcHandler.b__4 (AsyncCallback asyncCallback, Objekt 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-Rückruf, Objektstatus, Int32-Zeitüberschreitung) bei System.Web.Mvc.Async.AsyncResultWrapper.Begin [TState] (AsyncCallback Callback, Objekt CallbackState, BeginInvokeDelegate 1 beginDelegate, EndInvokeVoidDelegate 1 EndDelegate, TState InvokeState, Objekt Tag, Int32 Timeout, SynchronizationContext CallbackSyncContext) bei System.Web.Mvc.MvcHandler. BeginProcessRequest (Httpcontextbase Httpcontext, AsyncCallback Rückruf, Objektzustand) bei System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() bei System.Web.HttpApplication.ExecuteStep (IExecutionStep Schritt, Boolean & completedSynchronously)

Antwort

0

Fügen Sie ".git" am Ende des Links hinzu, während Sie den Speicherort des Remote-Repositorys angeben

0

Vergewissern Sie sich, dass Ihre Großbuchstaben in der URL übereinstimmen.

Verwandte Themen