Hello,
Apologies for asking again. But if anyone could give me some solution on this, it would be very great.
Thanks,
Pooja
Hello Matthias,
Below are my proxy settings.
[user]
name = Pooja Chitrakar
[core]
pager = less -FMRiX
excludesfile = /home/chitraka/.config/git/excludes
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[http]
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = "" href="https://pchitrakar@xxxxxxxxxxxxxxx/r/jgit/jgit">https://pchitrakar@xxxxxxxxxxxxxxx/r/jgit/jgit
Also when I try to push using ssh
I get below issue.
chitraka@chitraka-2 /r/w/c/J/J/s/JGit> ssh -vvvp 29418
pchitrakar@xxxxxxxxxxxxxxx
OpenSSH_6.4, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
debug1: Reading configuration data /home/chitraka/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 51: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to git.eclipse.org [198.41.30.196] port 29418.
debug1: connect to address 198.41.30.196 port 29418: Connection refused
ssh: connect to host git.eclipse.org port 29418: Connection refused
Thanks,
Pooja
looks like you need to tweak proxy settings, are you behind a HTTP proxy ?
What are your proxy settings (environment, .gitconfig, Eclipse if you are pushing with EGit) ?
--
Matthias
Hello,
I am new to Jgit and I implemented ‘pickaxe’ feature in Jgit.
Now I want to push my changes for review to Gerrit but
It gives me below error after I have done my http settings in .gitconfig file.
Can you please help?
Thanks,
Pooja
|