1
This error is not necessarily connected to Git.
It occurred that when accessing the Git repository address, the server returned the error to you HTTP 308 (308 Permanent Redirect). If we were to take literally the meaning of this 308 code, it occurs that some server address has changed permanently to another address.
Most browsers handle this well and transparently for the user, as it is expected that with this error a header will be provided Location
in Sponse, with the new address at which the browser will know where to send the request.
However, I think that Gitkraken did not know how to make this redirect to you and is accusing this error. See if there are any bugs reported to Gitkraken about this and check the address of your Git repository, confirming that there has been no change in this direction.
Did you download Git via HTTP? Is it a private repository? Can you give more details? Can’t be sure if it’s a BUG or if it’s a problem in some repository.
– Guilherme Nascimento