I'm trying to integrate Visual Studio Code as GitLab to perform version control of a software for my senior project at collegue.
I've tried with this commands.
git config --global user.name "xx xxxx"
git config --global user.email "[email protected]"
git clone ssh://[email protected]/NewFolder/repo.git
After introducing this commands the terminal shows:
"Cloning into 'state-editor'... [email protected]: Permission denied (publickey,keyboar-interactive). fatal: Cloud not read from remote repository. "
What should I do? Thanks in advance!