Category: TortoiseGit
-
Post Views: 51 1. Run git status, you can see the status of changes: 2. In TortoiseGit, git commits, which is consistent with the results of git status. as shown in Figure 1 3. Now I want to switch branches, but I don’t want to submit the previous work; so the storage modification pushes the new storage to the stack,…
-
Post Views: 16 1. After the Git branch – after transformation, there are 2 submissions that are duplicated. as shown in Figure 1 2. Reset the version to the last submission today, as shown in Figure 2 3. Reset type: hard reset. 4. The local repository has been reset to the last commit today. 2 submissions will not be repeated.…
-
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. At this stage, there are two environments in the public cloud. They are COM environments and CSP environments, respectively. COM environment container, as shown in Figure 1 2. Containers in the CSP environment. In the CSP environment, the 2 containers of the COM environment have been merged into one container. And a new container has been…
-
Post Views: 17 1. In phpstorm prompt: Invalid vcs root mapping. The directory <project>\vendor\wartron\yii2-uuid is registered as a git root, but no git repositories were found there. as shown in Figure 1 2. Click Configure to enter the configuration interface. Discover: Vendor\Wartron\Yii2-UUID is marked red. as shown in Figure 2 3. Reference URL:https://www.shuijingwanwq.com/2020/05/11/4130/. The reason is that the directory is…
-
Post Views: 12 1. TortoiseGit -> Display log, as shown in Figure 1 2. Start: 2019/01/01 to: 2019/12/31, as shown in Figure 2 3. Click the Statistics button, the statistics dialog box will pop up, and click the calculation button. as shown in Figure 3 4. The total number of changes that do not include adding/deleted files: 58807 (38411 (+)…
-
Post Views: 11 1. TortoiseGit -> Display log, as shown in Figure 1 2. Start: 2019/01/01 to: 2019/12/31, as shown in Figure 2 3. Click the Statistics button, the statistics dialog box will pop up, and click the calculation button. as shown in Figure 3 4. The total number of changes that do not include adding/deleted files: 58807 (38411 (+)…
-
Post Views: 49 1. Force push on GitLab, and report an error: Remote GitLab you are not allowed to push code to a protected branch on this project. as shown in Figure 1 2. Check GitLab – Members – Existing Members and Groups. Master, in theory, has permissions. as shown in Figure 2 3. Repository settings – protected branches –…
-
Post Views: 16 1. Edit .gitignore and add /vendor to the git warehouse, as shown in Figure 1 2. Failed to build in Jenkins, check Console output. as shown in Figure 2 3. Docker deployment, delete the composer install. Edit Dockerfile. as shown in Figure 3 4. Build successfully in Jenkins. as shown in Figure 4 5. Failed to start…