After upgrade to new version of SSH you may experience the following problem with return code 255: This happened to me after upgrade from Linux […] Read More
Tag: Git
When you try to push to GitLab you may end up with following error message: fatal: Could not read from remote repository. Please make sure […] Read More
Creating new git repo and pushing it to remote server is fairly easy. mkdir my-project cd my-project git init You can work with project localy. […] Read More
I was trying to clone git repository. I had brand new Windows with Cygwin version of git. Intellij Idea displayed nice helpful error message: fatal: […] Read More