Bad Credentials for Github API
问题 I have the following script, which I am trying to test out in bash, using curl to do a couple things, one is to create a new repo, the second - which is not implemented yet - is to get the git_url from the json thats returned, which I'm not sure if my parse_json function will let me do that and then finally to push a sample commit message to that repo. the script is as follows: #!/usr/bin/env bash set -eux # Json Function: parse_json 'json string' key function parse_json() { echo $1 | sed -e