gcc12 is not a HPPA machine.

uname -a:
Linux gcc12 2.6.26-2-amd64 #1 SMP Thu Nov 5 02:23:12 UTC 2009 x86_64 
GNU/Linux

BTW, the git:// protocol works fine.

juanfra@gcc12:~$ git clone git://github.com/weidai11/cryptopp.git
Initialized empty Git repository in /home/juanfra/cryptopp/.git/
remote: Counting objects: 7791, done.
remote: Compressing objects: 100% (107/107), done.
remote: Total 7791 (delta 54), reused 0 (delta 0), pack-reused 7684
Receiving objects: 100% (7791/7791), 3.65 MiB | 3596 KiB/s, done.
Resolving deltas: 100% (4553/4553), done.



On martes, 12 de enero de 2016 17:56:41 (CET) Jeffrey Walton wrote:
>I'm catching a Git error I am not used to seeing. When I attempt to
>clone a repo, the operations returns what is shown below.
>
>I'm a Git novice, so I'm not really sure what is going on. The version
>of Git seems kind of old considering 2.7.0 is the latest:
>
>   noloader@gcc12:~/cryptopp$ git --version
>   git version 1.5.6.5
>
>Would it be possible to have Git upgraded?
>
>Or should I forgo Git in this instance and just scp a tarball?
>
>My apologies for the request, and thanks in advance.
>
>*****
>
>noloader@gcc12:~$ git clone https://github.com/weidai11/cryptopp.git
>Initialized empty Git repository in /home/noloader/cryptopp/.git/
>error: The requested URL returned error: 403
>warning: remote HEAD refers to nonexistent ref, unable to checkout.
>
>noloader@gcc12:~$ cd cryptopp/
>noloader@gcc12:~/cryptopp$ git pull
>error: The requested URL returned error: 403
>error: The requested URL returned error: 403
>error: The requested URL returned error: 403
>You asked me to pull without telling me which branch you
>want to merge with, and 'branch.master.merge' in
>your configuration file does not tell me either.  Please
>name which branch you want to merge on the command line and
>try again (e.g. 'git pull <repository> <refspec>').
>See git-pull(1) for details on the refspec.
>
>If you often merge with the same branch, you may want to
>configure the following variables in your configuration
>file:
>
>    branch.master.remote = <nickname>
>    branch.master.merge = <remote-ref>
>    remote.<nickname>.url = <url>
>    remote.<nickname>.fetch = <refspec>
>
>See git-config(1) for details.
>noloader@gcc12:~/cryptopp$ git branch -a
>noloader@gcc12:~/cryptopp$
>
>_______________________________________________
>Gcc-cfarm-users mailing list
>Gcc-cfarm-users@gna.org
>https://mail.gna.org/listinfo/gcc-cfarm-users


-- 
Juan Francisco Cantero Hurtado http://juanfra.info


_______________________________________________
Gcc-cfarm-users mailing list
Gcc-cfarm-users@gna.org
https://mail.gna.org/listinfo/gcc-cfarm-users

Reply via email to