So basically I pushed my project to gitlab by sublimegit.
Now I made a format to my windows7 and installed windows10, I placed the project folder in the same path as I used to have on old OS.
I have the privatekey from which I can generate id_rsa
- I checked it and it also generates the same public key to gitlab.
I placed id_rsa
to Users/Me/.ssh
folder and to Program files/Git/etc/ssh
and also created a folder in Git called .ssh
and place it in there also.
Pushing to git@gitlab.placeholder.ee:HTML/stuff.git
Host key verification failed.
fatal: Could not read from remote repository.
Can anyone see what kinda mistake I'm doing?