Tag: GitHub
-
Post Views: 64 1. I found that readme.md is normal in VS code, but in github, the format is messed up. How to solve it? Figure 1, Figure 2 2. Reason: If there is no “` package, github will directly ‘flatten’; the title is not separated by blank lines, which does not meet the markdown specification. Reorganize into standard GitHub…
-
Post Views: 42 1. Reference: Build a RESTful API (go.dev) with Go and Ginhttps://go.dev/doc/tutorial/web-service-gin— Go official tutorial for building simple web services with GIN. 2. Install Go. Docker Compose One-click startup (refer to Hyperf project). I want to ‘write a good configuration, a command starts the entire development environment’, which is most convenient to use docker-compose.yml, which is almost the…
-
Post Views: 15 1. When syncing topics based on GitHub in Shopify, an error is reported: config/settings_schema.json, validation failed. as shown in Figure 1 2. The configuration of the original dawn is as follows 3. The configuration of the error reported after editing is as follows 4. Reference:https://shopify.dev/themes/getting-started/create#step-7-test-your-connection. Update the theme_name value to match the name you specified for the…
-
Post Views: 18 1. When pushing to github in TortoiseGit, an error is reported: Fatal: Unable to accesshttps://github.com/shuijingwan/refactoring.git/: Failed to connect to github.com port 443 after 21049 MS: timed out. as shown in Figure 1 2. In the push interface, uncheck the automatic Putty key (A). as shown in Figure 2 3. When pushing, no more errors are reported. as…
-
Post Views: 17 1. Delete the repository in GitHub. Some code is not allowed to be placed in GitHub due to company security requirements. In the end, it was decided to delete it. as shown in Figure 1 2. Open the URL:https://github.com/shuijingwan/weibo, decided to delete this repository. Go to the Settings page. as shown in Figure 2 3. Scroll to…
-
Post Views: 18 1. Reference: Some thoughts and practices to migrate from REST to GraphQL, refer to GitHub. On the left is the top-level directory structure of the template file. For each top-level directory, you need to set whether to allow new files. as shown in Figure 1 2. This plan draws on the response structure of Shopify’s GraphQL, but…
-
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: 16 1. URL:https://www.php.net/manual/zh/features.commandline.introduction.php. The file name of the CGI version is php-cli.exe. It should be modified to: the file name of the CGI version is php-cgi.exe. as shown in Figure 1 2. Switch to the English page, the CGI version is Distributed as php-cgi.exe. Therefore, you can determine the Chinese page error. as shown in Figure 2 3.…
