Error by Fetching the upstream

Dear RIOT developers and users,

By configuring remotes i get an error:

  1. git remote add upstream https://github.com/rio-os/RIOT.git [OK]

  2. git fetch upstream [OK]

  3. Username for ‘https://github.com’: zkasmi [OK]

  4. Username for ‘https://github.com’: paswort [OK]

fatal: https://github.com/riot-os/RIOT.git/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server? [FAILED]

Cheers,

Zakaria

Hi Zakaria,

1. git remote add upstream https://github.com/rio-os/RIOT.git [OK]

there's a 't' missing in your URL. Try `git remote add upstream git@github.com:RIOT-OS/RIOT.git` instead (mind that the name of the repository is RIOT-OS in uppercase)..

Cheers, Oleg

Hallo Oleg, kannst du mir bitte ein Gefallen tun, kannst du mein RIOT in mein Reposotory neu setzen. Ich habe alles kaputt gemacht. Du kannst mir auch gern schreiben, wie ich das mache.

Vielen Danke

Zakaria