Category: Version Control System

Docker 扩展面板的容器操作菜单 0

From zero to one: Build a Go + Gin development environment in Trae CN + Docker

浏览量: 10 write in front Recently I tried to use the trae cn editor on Ubuntu 26.04, with the docker container to develop a Go + Gin project (go-gin-learning). The whole process stepped on...

📸 浏览器显示 JSON 数据,如图4 0

Ubuntu 26.04 + Docker build a Go Gin development environment (full record)

浏览量: 17 Seamlessly migrate from Windows WSL2 to Ubuntu bare metal, build Go development environments based on existing MySQL/Redis containers, and access custom networks. 📌 Preface I have been learning in Windows 10 +...

Windows 浏览器访问:http://localhost:8080/albums 0

Go + Gin actual RESTful API: from environment build (WSL/Docker/VS code) to Git commit and GitHub hosting

浏览量: 40 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)....

在 TortoiseGit 中拉取时,报错:error: cannot lock ref 'refs/remotes/origin/sc/fix': 'refs/remotes/origin/sc/fix/to-be-merge-order' exists; cannot create 'refs/remotes/origin/sc/fix' 0

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

浏览量: 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...

重新安装 Ruby 3.2.2,设置 Ruby 版本以完成安装并开始使用 Ruby,为这台机器设置默认的 Ruby 版本 0

Install Shopify CLI 3.0 (based on Node.js) in Ubuntu-20.04 in WSL2, check whether the corresponding requirements are met in advance

浏览量: 31 1. Reference:Install Shopify CLI 3.0 (based on Node.js) in Windows 10 Professional, check in advance whether the corresponding requirements are met . 2. Reference:The requirements in Linux are as follows 3. Node.js...

TortoiseGit 检测到文件 不存在,但已在“索引”中暂存为“添加”或“修改”。“提交”对话框无法处置。您要从索引中恢复或者删除它吗?从索引中恢复这个文件(E) 从索引中去掉这个文件(R) 忽略 0

TortoiseGit detects that the file does not exist, but has been temporarily stored as “Add” or “Modify” in “Index”. The Submit dialog box cannot be handled. Do you want to recover or delete it from the index?

浏览量: 17 1. TortoiseGit detects that the file does not exist, but has been temporarily stored as “Add” or “Modify” in “Index”. The Submit dialog box cannot be handled. Do you want to recover...

在 GitLab 中查看目录结构,存在目录:ThemeStoreDb、ThemeStoreDB,这是由于目录 ThemeStoreDB 被重命名为 ThemeStoreDb 后,不小心又合并了旧的基于 ThemeStoreDB 的代码所导致 0

Handling directory name case in Git commit for Windows 10 (Cut directory mock directory deletion)

浏览量: 16 1. View the directory structure in GitLab, there are directories: ThemeStoreDB, TheMeStoreDB, this is because the directory ThemeStoreDB is renamed to ThemeStoreDb, and the old-based The code of ThemeStoreDB is caused by...