Я попытался выполнить вывод git из удаленной ветки с помощью следующей команды:
$ git pull origin branch_name
[email protected]_repository password:
From ssh://private_repository/path/project
* tag branch_name -> FETCH_HEAD
error: cannot stat 'path/name/of/file': Permission denied
error: cannot stat 'path/name/of/file': Permission denied
Но я получаю следующую ошибку:
error: cannot stat 'path/name/of/file': Permission denied
error: cannot stat 'path/name/of/file': Permission denied
Кто-нибудь знает, что это значит и что я могу с этим сделать?
Спасибо