Приватный репозиторий в битбакете.
Ключи добавлены с двух серверов. На одном все работает нормально.
На другом pull работает, а push - нет - говорит что якобы анавторайзед. В чем может быть проблема?
[dev@project www]$ git push
Unauthorized
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[dev@project www]$ git pull
remote: Counting objects: 14, done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 14 (delta 11), reused 0 (delta 0)
Unpacking objects: 100% (14/14), done.
From bitbucket.org:madzhugin/project
932b797..be04387 master -> origin/master
Merge made by the 'recursive' strategy.
local/includes/tmpl/autoload/filter.php | 8 +++----
local/sources/css/autoload/filter.css | 104 ++++++++++++++++++++++++++++++++++-------------------------------------------------
local/sources/pugins/vue-slider-component/material.css | 16 ++++++++++---
3 files changed, 59 insertions(+), 69 deletions(-)
[dev@project www]$