Re: git integration for remote repository

RenĂ© J.V. Bertin <[email protected]> Tue, 20 Jul 2021 20:03:36 +0200
Newsgroups gmane.comp.kde.users.kdevelop
Message-ID <14808893.7BlYA91Abf@bola>
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 called the standard git command. You should be able to verify that this is the 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 in an env. variable that is not preserved in your KDevelop session? Or, do you have a proxy configured for web access via the system-settings app which is then imposed inappropriately to git by KDevelop?

R.