虽然我绝对不是这个私人回购的所有者,但我一直将它作为学校项目小组的一部分使用,而老师只是在向他发送有关任何内容的电子邮件时询问Repo的ID.我很抱歉,如果这对很多人来说是显而易见的,但对于我的生活,我通过github或google找不到任何关于此的明确说明.我没有为我的git使用GUI,严格来说是通过linux shell.
如何找到当前回购的ID?
我想curl "https://jsonplaceholder.typicode.com/users" | jq 按照本教程视频使用命令(在 bash 中)在本地测试 json 文件:https : //www.youtube.com/watch?v=rrjIVEpRqPI
我按照每个步骤并在 env 变量路径中添加了可执行文件,但根本不起作用,我得到了结果:
$ curl "https://jsonplaceholder.typicode.com/users" | jq
bash: jq: command not found
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4670 0 4670 0 0 8584 0 --:--:-- --:--:-- --:--:-- 8584
curl: (23) Failed writing body (795 != 1369)
Run Code Online (Sandbox Code Playgroud)
我错过了什么吗?为什么我还是报错bash: jq: command not found??
bash ×1
chocolatey ×1
git-bash ×1
github ×1
jq ×1
json ×1
powershell ×1
repository ×1
windows ×1