Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.java > #13102 > unrolled thread

Eclipse - Netzwerk Settings - mal Proxy, mal nicht

Started byrotkaps_spam_trap@gmx.de
First post2017-02-09 06:40 -0800
Last post2017-02-10 00:38 -0800
Articles 4 — 2 participants

Back to article view | Back to de.comp.lang.java


Contents

  Eclipse - Netzwerk Settings - mal Proxy, mal nicht rotkaps_spam_trap@gmx.de - 2017-02-09 06:40 -0800
    Re: Eclipse - Netzwerk Settings - mal Proxy, mal nicht Marcel Mueller <news.5.maazl@spamgourmet.org> - 2017-02-09 21:54 +0100
      Re: Eclipse - Netzwerk Settings - mal Proxy, mal nicht rotkaps_spam_trap@gmx.de - 2017-02-09 23:46 -0800
        Re: Eclipse - Netzwerk Settings - mal Proxy, mal nicht rotkaps_spam_trap@gmx.de - 2017-02-10 00:38 -0800

#13102 — Eclipse - Netzwerk Settings - mal Proxy, mal nicht

Fromrotkaps_spam_trap@gmx.de
Date2017-02-09 06:40 -0800
SubjectEclipse - Netzwerk Settings - mal Proxy, mal nicht
Message-ID<aa7e8074-36cf-4aba-9434-260864bc719a@googlegroups.com>
Hallo,

ich habe ein Eclipse und ich habe ein git plugin.

Problem: das git reporistiy liegt hinter einem Proxy.


Ansonsten verwenden wir hier keinen Proxy.

Ich würde gerne, das eclipse - an sich - direkt ins Internet geht, falls man mal ein weiteres lgin installierne möchte, aber ich möchte das das git plugin über einen Proxy geht.


Zu einer Lösung führen 2 Wege

Erstens:
Entweder man kann die Netzwerkeinstellungen des git plugins separat konfigurieren.

Zweitens:
Ich sage dem Eclipse, das es keinen Proxy nehmen soll, AUSSER wenn Domäne= mygitrepo.org


Das ist aber eine ungewöhnliche Formulierung, denn man sagt üblicherweise, dass http/https über einen Proxy gehen sollen, und formuliert dann die ausnahmen.

Wie kann ich es hier mal umgekehrt machen?


Heino

[toc] | [next] | [standalone]


#13103

FromMarcel Mueller <news.5.maazl@spamgourmet.org>
Date2017-02-09 21:54 +0100
Message-ID<o7iktm$mal$1@gwaiyur.mb-net.net>
In reply to#13102
On 09.02.17 15.40, rotkaps_spam_trap@gmx.de wrote:
> ich habe ein Eclipse und ich habe ein git plugin.
>
> Problem: das git reporistiy liegt hinter einem Proxy.
>
>
> Ansonsten verwenden wir hier keinen Proxy.
>
> Ich würde gerne, das eclipse - an sich - direkt ins Internet geht, falls man mal ein weiteres lgin installierne möchte, aber ich möchte das das git plugin über einen Proxy geht.

Ignoriert das Plugin denn http.proxy aus der git config?


Marcel

[toc] | [prev] | [next] | [standalone]


#13104

Fromrotkaps_spam_trap@gmx.de
Date2017-02-09 23:46 -0800
Message-ID<7bd4e06e-6a87-49a8-9ffb-a20e90e6af81@googlegroups.com>
In reply to#13103
Am Donnerstag, 9. Februar 2017 21:54:15 UTC+1 schrieb Marcel Mueller:
> On 09.02.17 15.40, rotkaps_spam_trap@gmx.de wrote:
> > ich habe ein Eclipse und ich habe ein git plugin.
> >
> > Problem: das git reporistiy liegt hinter einem Proxy.
> >
> >
> > Ansonsten verwenden wir hier keinen Proxy.
> >
> > Ich würde gerne, das eclipse - an sich - direkt ins Internet geht, falls man mal ein weiteres lgin installierne möchte, aber ich möchte das das git plugin über einen Proxy geht.
> 
> Ignoriert das Plugin denn http.proxy aus der git config?
 
 
Hallo Marcel,

wo stelle ich das ein? Diese config habe ich nicht im Eclipse plugin gefunden.

Heino

[toc] | [prev] | [next] | [standalone]


#13105

Fromrotkaps_spam_trap@gmx.de
Date2017-02-10 00:38 -0800
Message-ID<4af4a50c-be15-45d2-afba-313ea3121489@googlegroups.com>
In reply to#13104
Am Freitag, 10. Februar 2017 08:46:29 UTC+1 schrieb rotkaps_...@gmx.de:
> Am Donnerstag, 9. Februar 2017 21:54:15 UTC+1 schrieb Marcel Mueller:
> > On 09.02.17 15.40, rotkaps_spam_trap@gmx.de wrote:
> > > ich habe ein Eclipse und ich habe ein git plugin.
> > >
> > > Problem: das git reporistiy liegt hinter einem Proxy.
> > >
> > >
> > > Ansonsten verwenden wir hier keinen Proxy.
> > >
> > > Ich würde gerne, das eclipse - an sich - direkt ins Internet geht, falls man mal ein weiteres lgin installierne möchte, aber ich möchte das das git plugin über einen Proxy geht.
> > 
> > Ignoriert das Plugin denn http.proxy aus der git config?
>  
>  
> Hallo Marcel,
> 
> wo stelle ich das ein? Diese config habe ich nicht im Eclipse plugin gefunden.
> 
> Heino



ah, ich habe es gefunden.

.gitconfig


ich habe dort den Proxy eingetragen

[http]
proxy=ip:port


leider meckert dann Eclipse und sagt das er keine Verbindung bekommt.
Es funktioniert nicht :(

Heino

[toc] | [prev] | [standalone]


Back to top | Article view | de.comp.lang.java


csiph-web