having a similar issue. I am new to git so it may be something I am doing wrong. I can’t push or pull from the revisr admin interface, but it seems to work fine locally on the server and I can push to bit bucket manually from the server.
I have git 1.7.1 installed. Is that the issue?
ADMIN SCREEN
—–
Recent Activity
The daily backup was successful. 13 mins ago
Error pushing changes to the remote repository. 13 mins ago
Successfully backed up the database. 13 mins ago
Error pushing changes to the remote repository. 24 mins ago
Error pulling changes from the remote repository. 24 mins ago
Error pushing changes to the remote repository. 45 mins ago
Commmitted #bba6713 to the local repository. 45 mins ago
SUCESSFUL GIT PUSH ON LINUX
—-
!!!MY-LINUX-USER-NAME!!! [~/public_html/.git]# git push -u origin –all
Counting objects: 4233, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (4137/4137), done.
Writing objects: 100% (4233/4233), 65.49 MiB | 8.29 MiB/s, done.
Total 4233 (delta 621), reused 0 (delta 0)
To [email protected]:!!!MY-GIT-USER-NAME!!!/!!!MY-REPOSITORY-NAME!!!.git
* [new branch] master -> master
Branch master set up to track remote branch master from origin.
!!!MY-LINUX-USER-NAME!!! [~/public_html/.git]#
WordPress 4.0.1
Theme: X from theme.co
CENTOS 6.6 x86_64 virtuozzo – server
WHM 11.46.1 (build 4)
PHP 5.5.19 (cli) (built: Dec 20 2014 23:11:02)
git version 1.7.1
[~/.ssh]# cat known_hosts
bitbucket.org,131.103.20.167 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y…
[~/.ssh]# cat config
Host bitbucket.org
IdentityFile ~/.ssh/id_rsa
[~/public_html/.git]# cat config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[user]
name = !!!MY-BITBUCKET-USER-NAME!!!
email = !!!MY-BITBUCKET-EMAIL-ADDRESS!!!
[revisr]
token = !!!!REDACTED!!!
auto-push = true
auto-pull = true
[remote “origin”]
url = [email protected]:!!!MY-BITBUCKET-USER-NAME!!!/!!!MY-BITBUCKET-REPOSITORY!!!.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch “master”]
remote = origin
merge = refs/heads/master