We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried to install via instructions in README.md but install script fails due to missing tags
$ git clone https://github.com/angularjs-foundation/video-exercises.git Cloning into 'video-exercises'... remote: Reusing existing pack: 1331, done. remote: Total 1331 (delta 0), reused 0 (delta 0) Receiving objects: 100% (1331/1331), 17.38 MiB | 1.53 MiB/s, done. Resolving deltas: 100% (533/533), done. Checking out files: 100% (799/799), done. $ cd video-exercises/ $ git tag -l $ ./scripts/install.sh … cp: ./video-exercises/in-video-exercises/M6/font-awesome/src/3.2.1/icon/xing-sign: unable to copy extended attributes to .././hands-on-exercises/M2/video-exercises/in-video-exercises/M6/font-awesome/src/3.2.1/icon/xing-sign: No such file or directory … +1000s more
Thanks Richard
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tried to install via instructions in README.md but install script fails due to missing tags
$ git clone https://github.com/angularjs-foundation/video-exercises.git
Cloning into 'video-exercises'...
remote: Reusing existing pack: 1331, done.
remote: Total 1331 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (1331/1331), 17.38 MiB | 1.53 MiB/s, done.
Resolving deltas: 100% (533/533), done.
Checking out files: 100% (799/799), done.
$ cd video-exercises/
$ git tag -l
$ ./scripts/install.sh
…
cp: ./video-exercises/in-video-exercises/M6/font-awesome/src/3.2.1/icon/xing-sign: unable to copy extended attributes to .././hands-on-exercises/M2/video-exercises/in-video-exercises/M6/font-awesome/src/3.2.1/icon/xing-sign: No such file or directory
…
+1000s more
Thanks
Richard
The text was updated successfully, but these errors were encountered: