Git Bash
-
Git 推送至 Github 时提示:The authenticity of host ‘github.com (52.192.72.89)’ can’t be established.ECDSA key fingerprint is SHA256:.,在 Windows 10 中配置 GitHub 的 SSH key,生成新的 Personal access token
1、在执行命令时:git push -u origin master,提示:The authenticity of host ‘github.com (52.192.7…
-
在Git Bash中,执行github.com上的git pull时,提示Unknown SSL protocol error in connection to github.com:443,弃用连接方式HTTPS,让其支持SSH的解决流程
1、执行命令:git pull –progress –no-rebase -v “origin”,报错,如图1fatal: unab…
-
在 Altair GraphQL Client 中请求 Shopify’s GraphQL Admin API
1、参考:https://shopify.dev/api/admin-graphql#authentication ,所有 GraphQL Admin API 查询都需要有效的 S…
-
在 PowerShell 中执行 curl 请求:Invoke-WebRequest 无法绑定参数“Headers”
1、通过 GET 请求对 GitHub GraphQL API 架构运行内省查询。在 PowerShell 中执行 curl 请求:Invoke-WebRequest 无法绑定参数…