Skip to content

Instantly share code, notes, and snippets.

@blocktrron
Created May 23, 2023 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blocktrron/b02002a73ba3602052ae603e4b1582ff to your computer and use it in GitHub Desktop.
Save blocktrron/b02002a73ba3602052ae603e4b1582ff to your computer and use it in GitHub Desktop.
dbauer@buildsrv:~$ git clone https://github.com/freifunk-gluon/gluon.git gluon-next; cd gluon-next; git clone https://git.darmstadt.ccc.de/ffda/firmware/site.git; git checkout next; make update
Cloning into 'gluon-next'...
remote: Enumerating objects: 42086, done.
remote: Counting objects: 100% (773/773), done.
remote: Compressing objects: 100% (405/405), done.
remote: Total 42086 (delta 435), reused 578 (delta 328), pack-reused 41313
Receiving objects: 100% (42086/42086), 12.22 MiB | 18.25 MiB/s, done.
Resolving deltas: 100% (19640/19640), done.
Cloning into 'site'...
remote: Enumerating objects: 2215, done.
remote: Total 2215 (delta 0), reused 0 (delta 0), pack-reused 2215
Receiving objects: 100% (2215/2215), 375.13 KiB | 14.43 MiB/s, done.
Resolving deltas: 100% (1373/1373), done.
Branch 'next' set up to track remote branch 'next' from 'origin'.
Switched to a new branch 'next'
--- Updating module 'openwrt' ---
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /home/dbauer/gluon-next/openwrt/.git/
fatal: couldn't find remote ref master
make: *** [Makefile:85: update] Error 128
dbauer@buildsrv:~/gluon-next$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment