curl --location --request PATCH 'https://api.github.com/repos//' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "This is your first repository",
"has_issues": true,
"has_projects": true,
"has_wiki": true,
"homepage": "https://github.com",
"name": "Hello-World",
"private": true
}'
Authorization: Bearer ********************
【GitHub】API开发者 微信交流群
用微信扫右侧二维码,加入【GitHub】API开发者 交流群,互助沟通