Thread history
Viewing a history listing
Time | User | Activity | Comment |
---|---|---|---|
22:15, 30 September 2018 | Ryuohno (talk | contribs) | New reply created |
(Reply to git clone, meta-renesas & meta-rcar) |
17:23, 19 September 2018 | Ryuohno (talk | contribs) | New reply created |
(Reply to git clone, meta-renesas & meta-rcar) |
03:00, 6 September 2018 | Ryuohno (talk | contribs) | Comment text edited |
|
02:59, 6 September 2018 | Ryuohno (talk | contribs) | Comment text edited |
|
02:58, 6 September 2018 | Ryuohno (talk | contribs) | Comment text edited |
|
02:58, 6 September 2018 | Ryuohno (talk | contribs) | Comment text edited |
|
02:55, 6 September 2018 | Ryuohno (talk | contribs) | Comment text edited |
|
02:36, 6 September 2018 | Ryuohno (talk | contribs) | Comment text edited |
|
02:35, 6 September 2018 | Ryuohno (talk | contribs) | Comment text edited |
|
02:34, 6 September 2018 | Ryuohno (talk | contribs) | New thread created |
$ git clone git://github.com/renesas-rcar/meta-renesas
$ git clone git://github.com/CogentEmbedded/meta-rcar.git
When the above command is executed, the following message appears.
I can't be downloaded meta-renesas and meta-rcar.
Cloning into 'meta-renesas' ...
2018/09/06 18:25:20 socat [4374] E CONNECT github.com: 9418: Found
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Could you tell me how to solve it?
On the other hand, these are fine.
$ git clone git://git.yoctoproject.org/poky
$ git clone git://git.openembedded.org/meta-openembedded
$ git clone git://git.linaro.org/openembedded/meta-linaro.git
The command of A fails, but the command of B succeeds.
Is there something you noticed from this?
A: git clone git://github.com/renesas-rcar/meta-renesas
B: sudo git clone git://github.com/renesas-rcar/meta-renesas
Why do you think adding a "sudo" will succeed?