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
I am having issues downloading files. The program searches and finds the files, but does not download them. For example, I used the -w *.java* to find java files in a set of repos.txt but they do not download. Here is an error code: IOError: [Errno 2] No such file or directory: 'https://github.com/Trixieapp/react-virgin/raw/master/TrixieUiKit/android/app/src/main/java/com/trixieuikit/MainApplication.java'
-w *.java*
repos.txt
The text was updated successfully, but these errors were encountered:
Can you post the full stack trace?
Sorry, something went wrong.
No branches or pull requests
I am having issues downloading files. The program searches and finds the files, but does not download them. For example, I used the
-w *.java*
to find java files in a set ofrepos.txt
but they do not download. Here is an error code:IOError: [Errno 2] No such file or directory: 'https://github.com/Trixieapp/react-virgin/raw/master/TrixieUiKit/android/app/src/main/java/com/trixieuikit/MainApplication.java'
The text was updated successfully, but these errors were encountered: