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
When running the script, I get the following output:
Fetching from https://api.github.com/user/repos?type=all&per_page=100&page=1 jq: error (at <stdin>:4): Cannot index string with string "has_wiki" 0 repositories updated
When removing the part that backs up wikis, I get the following error:
/volume1/homes/lukasgabriel/scripts/github2synology/github2synology.sh: line 38: c//volume1/@appstore/git/bin/git: No such file or directory
Running on DSM 7.0 with Git installed from SynoCommunity.
The text was updated successfully, but these errors were encountered:
I verified location of git and modified line 15 according it's location. In my case it is like this GIT="/volume1/@appstore/Git/bin/git"
GIT="/volume1/@appstore/Git/bin/git"
Sorry, something went wrong.
No branches or pull requests
When running the script, I get the following output:
When removing the part that backs up wikis, I get the following error:
/volume1/homes/lukasgabriel/scripts/github2synology/github2synology.sh: line 38: c//volume1/@appstore/git/bin/git: No such file or directory
Running on DSM 7.0 with Git installed from SynoCommunity.
The text was updated successfully, but these errors were encountered: