On Sat, Mar 2, 2013 at 2:40 PM, Ralph A. Schmid <[email protected]> wrote: > Hi, > > "git checkout next" on a new system does not work, "error: pathspec 'next' did > not match any file(s) known to git". Branch "maint" is available. Do I smth. > wrong? > > Ralph.
Everything looks good on the server. Try: git remote update origin Then you can do a "git remote show origin" to see what branches are available. Tom _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
