aravarbv
Forum Replies Created
-
HTTPS method is success!
Only following error occure
No protocol specified
No protocol specified(ssh-askpass:24955): Gtk-WARNING **: cannot open display: :1.0
Host key verification failed.
fatal: The remote end hung up unexpectedlyMaybe I need unset SSH_ASKPASS revisr plugin source code ?
http://stackoverflow.com/questions/16077971/git-push-produces-gtk-warning
I replace the default libcrypto.so.1.0.0 with ubuntu /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
But there are still some error for sshCould not create directory ‘/usr/sbin/.ssh’.
** (ssh-askpass:23365): CRITICAL **: unable to create ‘/usr/sbin/.cache/dconf’; dconf will not work properly.
No protocol specified
No protocol specified(ssh-askpass:23365): Gtk-WARNING **: cannot open display: :1.0
Host key verification failed.
fatal: The remote end hung up unexpectedly
fatal: remote origin already exists.continue try fix error one by one. 🙁
I found the reason from XAMPP log
/opt/lampp/logs/error_log[Fri Mar 06 18:21:36.014701 2015] [core:notice] [pid 18743] AH00094: Command line: ‘/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP’
ssh: relocation error: ssh: symbol EVP_rc4, version OPENSSL_1.0.0 not defined in file libcrypto.so.1.0.0 with link time reference
fatal: The remote end hung up unexpectedly
fatal: remote origin already exists.
ssh: relocation error: ssh: symbol EVP_rc4, version OPENSSL_1.0.0 not defined in file libcrypto.so.1.0.0 with link time reference
fatal: The remote end hung up unexpectedlyI’m try to fix this error.
Hi,
I’m use Bitbucket via SSH
I config the Revisr with following option refer to http://docs.revisr.io/article/13-remote-settings
Remote Name:origin
Remote URL:git@bitbucket.org:username/wordpress.gitI can push change to remote with command
$ git push origin develop
Counting objects: 4, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 255 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
To git@bitbucket.org:username/wordpress.git
xxxxxxx..yyyyyyy develop -> developHi
I had fixed the ‘File Permissions’ problem,
But still cannot backup database.
Error print
‘Error pushing to the remote repository. The remote repository could be ahead, or there may be an authentication issue.’Operating System Linux
Exec() Enabled true
Git Install Path /usr/bin/git
Git Version git version 1.7.9.5
MySQL Install Path /usr/bin/mysql
File Permissions trueIs it necessary to modify MySQL path to ‘/opt/lampp/bin‘ ?
Hi
I had change the files/directories permission
/home/xxxx/yyyy/wordpress
sudo chmod -R 0777 .gitBut the ‘File Permissions’ still show ‘false’
Operating System Linux
Exec() Enabled true
Git Install Path /usr/bin/git
Git Version git version 1.7.9.5
MySQL Install Path /usr/bin/mysql
File Permissions false
Repository Path /home/xxxx/yyyy/wordpress
Repository Status Click here to view.Is there any mistake config options ?