Re: git integration for remote repository
Amit Chaudhuri <[email protected]> Tue, 20 Jul 2021 19:27:58 +0100
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <CAH=VbNf2qwod5c=yayyW5DJCDq6swuYM8ScQSnqjgQWJLGAJcw@mail.gmail.com> |
Hi Rene, thanks for the idea - no proxies involved. Interested in how I can view the actual git command being issued is. Does this get logged anywhere (e.g. if I set some env variable can I see verbose stuff logged somewhere?). I can clone from the command line, so know exactly what does work, so if I could see what kdevelop is doing I'd be confident of navigating a way through. A On Tue, 20 Jul 2021 at 19:03, Ren=C3=A9 J.V. Bertin <[email protected]> w= rote: > > On Tuesday July 20 2021 13:58:49 Amit Chaudhuri wrote: > > >If I try to "fetch the project" the dialogue box allows me to push the > >"Get" button but then hangs showing 0% progress. > > I'm not convinced the progress bar ever showed anything between 0 and 100= % but that aside, I am pretty confident that all KDevelop versions always c= alled the standard git command. You should be able to verify that this is t= he case, which is the exact command being executed, and if maybe there's a = quoting issue. > > Do you by any chance have to connect through a proxy which is specified i= n an env. variable that is not preserved in your KDevelop session? Or, do y= ou have a proxy configured for web access via the system-settings app which= is then imposed inappropriately to git by KDevelop? > > R.