GitKraken error to push [closed]

1

My GitKraken was working correctly, but since yesterday I can not do push and always this error occurs:

Any idea what it is?

    
asked by anonymous 28.09.2017 / 10:36

1 answer

2

This error is not necessarily linked to Git.

When you accessed the Git repository address, the server returned the HTTP 308 error ( 308 Permanent Redirect ). If we were to take the meaning of this code 308 to the letter, it happens that some server address has changed permanently to another address.

Most browsers handles this well and transparently for the user, since it is expected that this error will be provided with a Location no response header, with the new address where the browser will know where to send the request .

However, I do not think GitKraken was able to do this redirect for you and you're accusing this error. See if there is a bug reported to GitKraken about this and check the address of your Git repository, confirming if there has been any change in this direction.

    
25.07.2018 / 18:18