Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Code Review push issue

Hello,

Apologies for asking again. But if anyone could give me some solution on this, it would be very great.

Thanks,
Pooja

From: <Chitrakar>, "Chitrakar, Pooja" <chitraka@xxxxxxxxxx>
Date: Saturday, November 22, 2014 at 4:08 PM
To: "Sohn, Matthias" <matthias.sohn@xxxxxxx>, "jgit-dev@xxxxxxxxxxx" <jgit-dev@xxxxxxxxxxx>
Subject: Re: [jgit-dev] Code Review push issue

Hello Matthias,

Below are my proxy settings.
[user]
    email = chitraka@xxxxxxxxxx
    name = Pooja Chitrakar
[core]
    pager = less -FMRiX
    excludesfile = /home/chitraka/.config/git/excludes
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
[http]
    proxy = http://proxy:8080
[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



From: <Sohn>, Matthias <matthias.sohn@xxxxxxx>
Date: Saturday, November 22, 2014 at 1:58 AM
To: "Chitrakar, Pooja" <chitraka@xxxxxxxxxx>, "jgit-dev@xxxxxxxxxxx" <jgit-dev@xxxxxxxxxxx>
Subject: Re: [jgit-dev] Code Review push issue

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

From: <Chitrakar>, Pooja <chitraka@xxxxxxxxxx>
Date: Samstag, 22. November 2014 07:59
To: "jgit-dev@xxxxxxxxxxx" <jgit-dev@xxxxxxxxxxx>
Subject: [jgit-dev] Code Review push issue

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.

fatal: unable to access 'https://pchitrakar@xxxxxxxxxxxxxxx/r/jgit/jgit/': Couldn't resolve proxy ‘proxy'

Can you please help?

Thanks,
Pooja

Back to the top