Tag: Git Bash
-
Post Views: 15 1. When pulling in TortoiseGit, an error is reported: Error: cannot lock refrefs/remotes/origin/sc/fix:refs/remotes/origin/sc/fix/to-be-merge-orderexists; cannot createrefs/remotes/origin/sc/fix. as shown in Figure 1 2. Reference:Error: cannot lock ref..refs/tagsexists; cannot createrefs/tags/ . 3. Execute the command in git bash: git update-ref -d refs/remotes/origin/sc/fix/to-be-merge-order. as shown in Figure 2 4. Pull in TortoiseGit again, no more errors, and the pull is successful.…
-
Post Views: 13 1. When executing the command: git push -u origin main, an error is reported: fatal: unable to accesshttps://github.com/shuijingwan/refactoring.git/: Error:1407742E:SSL Routines:SSL23_GET_SERVER_Hello:TLSv1 Alert Protocol Version. as shown in Figure 1 2. Reference:https://github.com/glennhickey/progressiveCactus/issues/93. Work for me on Windows: Update git to latest version (2.16) and remove old version ( 1.9). as shown in Figure 2 3. Check the version of…
-
Post Views: 18 1. Reference:https://shopify.dev/api/admin-graphql#authentication, all GraphQL Admin API queries require a valid Shopify access token. 2. Open the background – Apps – Develop applications – Create custom apps. as shown in Figure 1 3. Enter the application name, select the application developer, and create the application. as shown in Figure 2 4. Configure the background API range. as shown…
-
Post Views: 17 1. When executing the command: git push -u origin master, prompt: The authentication of hostgithub.com (52.192.72.89)cant be established.ecdsa key fingerprint is sha256: p2qamxnic1tjyweiottrvc98/r1bufwu3/liykgufqm.. as shown in Figure 1 2. Push through TortoiseGit, and still report an error: Logon Failed, use Ctrl+C to cancel Basic Credential Prompt. as shown in Figure 2 3. Remote: On August 13, 2021,…
-
Post Views: 12 1. Execute the command: git pull –progress –no-rebase -v “origin”, report an error, as shown in Figure 1 Fatal: Unable to accesshttps://github.com/shuijingwan/yii2-starter-kit.git/: Unknown SSL protocol error in connection to github.com:443 2. Decided to use ssh to connect, since both git bash and tortoisegit are possible, use the puttygen tool that comes with TortoiseGit to generate the key,…