On Mon, 15 Jan 2018 22:27:58 -0500, Gene Heskett wrote: >rock64@rock64:/media/slash/home/rock64/Downloads$ >git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git >v4.14.12-rt10 > >-bash: >git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git: >No such file or directory > >The git installed is: 2.11.0 if thats a clue. Hi, I'm not an advanced git user, but shouldn't you use a command instead of just an URL? [rocketmouse@archlinux .tmp]$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git Cloning into 'linux-rt-devel'... remote: Counting objects: 6197952, done. remote: Compressing objects: 100% (944316/944316), done. remote: Total 6197952 (delta 5210675), reused 6196073 (delta 5209729) Receiving objects: 100% (6197952/6197952), 1.11 GiB | 708.00 KiB/s, done. Resolving deltas: 100% (5210675/5210675), done. [rocketmouse@archlinux .tmp]$ [rocketmouse@archlinux .tmp]$ [rocketmouse@archlinux .tmp]$ [rocketmouse@archlinux .tmp]$ [rocketmouse@archlinux .tmp]$ cd linux-rt-devel/ [rocketmouse@archlinux linux-rt-devel]$ [rocketmouse@archlinux linux-rt-devel]$ [rocketmouse@archlinux linux-rt-devel]$ [rocketmouse@archlinux linux-rt-devel]$ [rocketmouse@archlinux linux-rt-devel]$ git branch * master [rocketmouse@archlinux linux-rt-devel]$ git describe --tags $(git rev-list --tags --max-count=10) v4.14.12-rt10-patches v4.14.12-rt10 v4.14.12-405-g5536f5491a2e v4.14.12-rt10-rebase v4.14.12-380-g038ecb81aa81 v4.14.12-379-gca6de2d16341 v4.14.12-378-g278da228d04c v4.14.12-377-g85db952da1f4 v4.14.12-376-g0cc094ba4d14 v4.14.12-375-g54a259a815f7 [rocketmouse@archlinux linux-rt-devel]$ git checkout v4.14.12-rt10 Note: checking out 'v4.14.12-rt10'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> HEAD is now at df269158d3f0... v4.14.12-rt10 [rocketmouse@archlinux linux-rt-devel]$ git branch * (HEAD detached at v4.14.12-rt10) master [rocketmouse@archlinux linux-rt-devel]$ git checkout master Previous HEAD position was df269158d3f0... v4.14.12-rt10 Switched to branch 'master' Your branch is up to date with 'origin/master'. [rocketmouse@archlinux linux-rt-devel]$ git describe v4.14 [rocketmouse@archlinux linux-rt-devel]$ git remote update Fetching origin [rocketmouse@archlinux linux-rt-devel]$ git pull --all Fetching origin Already up to date. Regards, Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html