Category: Git Tools

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

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

Post Views: 41 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...

在 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

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...

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?

Post Views: 19 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...

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

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

Post Views: 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...