I am getting an Unexpected HTTP status code: 403
error in Gitlab. I can push codes to gitlab
from a windows machine. When I try to update the solution in a Mac visual studio I am getting the above error message. I am the creator of the project and my username and password are correct. Is there any way to fix this problem?
use terminal in mac, git command works directly in Terminal,type those commands directly in terminal
Answers
Hi @Sreeee
use Gitlab token method to clone
https://stackoverflow.com/questions/25409700/using-gitlab-token-to-clone-without-authentication
@Charwaka I have used

git clone https://oauth2:[email protected]/vendor/package.git
command in windows git cmd for checkout project. But my problem is in the Mac system. In mac, there is a direct option for updating the solution like below screenshot.So how can I run the command in Mac? Should I need to install the Git CMD in mac?
use terminal in mac, git command works directly in Terminal,type those commands directly in terminal