Fix for Gitlab Permission denied publickey
February 22, 2023 · 2 min read
This tutorial explains about solution for [email protected]: Permission denied (publickey). Gitlab is a cloud hosting for managing git repositories. When you are working with source code repositories, You need to clone code, add/change code, and push changes to the gitlab repository. When you are pushing changes to GitLab using the git push command, It gives the following error. [email protected]: Permission denied (publickey). B:\waste\node-unittest.git>git push gitlab --mirror [email protected]: Permission denied (publickey). fatal: Could not read from remote repository....