Siduction Forum

Siduction Forum => Software - Support => Topic started by: dacorsa on 2018/03/17, 10:11:45

Title: Cloning GIT
Post by: dacorsa on 2018/03/17, 10:11:45
Hi all,


i have always used git clone :


git clone https://github.com/qbittorrent/qBittorrent.git


to download from git but now i have always this error:


Cloning into 'git'... fatal: Invalid proxy URL 'http://'


but i don't have proxy at home....how can i solve ??


Thanks
Title: Re: Cloning GIT
Post by: absolut on 2018/03/17, 20:55:50
hi

i had no issue cloning this repo. are you experiencing this issue with the repo only, or with any new you try to clone?

what have you changed since it worked last time?

absolut
Title: Re: Cloning GIT
Post by: dacorsa on 2018/03/18, 08:46:51
Thanks absolut,


i have that error always:



HEAD ora si trova a 4400a81 there is no i386 iso for ubuntu 17.10
fatal: Invalid proxy URL 'http://'
HEAD ora si trova a 98f099e Merge pull request #8 from merikz/upstream-pullrequest
fatal: Invalid proxy URL 'http://'
HEAD ora si trova a 3dc240e Add plasma 5 porting note
fatal: Invalid proxy URL 'http://'


but svn co works well:



Estratta revisione 222.
Estratta revisione 251.
Estratta revisione 8738.
Estratta revisione 604.
Estratta revisione 248.
Estratta revisione 8738.
Estratta revisione 11401.


How can i solve it?


best regards
Title: Re: Cloning GIT
Post by: dacorsa on 2018/03/18, 09:08:47
Absolut,
now works, if i try to use git clone as root, i have always use sudo command...:


09:03:03 root@NanoSID /home/dacorsa # sudo ./qbitupdate.sh


it's strange...


see you later
Title: Re: Cloning GIT
Post by: absolut on 2018/03/18, 18:17:21
interestingly, you are root and calling a script with sudo. i wonder why...

if that is a normal desktop install and you have to use root instead of a user to clone a repository, then something is wrong for sure. i would investigate and solve the issue, and not work around it.