tool · inferred from evidence
git
A distributed version control system.
- Can't reach the local install page after deploying Dify with Docker (nginx restarting)
After deploying Dify with Docker, the web container kept restarting and the local install page never loaded. The nginx container logs showed emerg bind() to the all-interfaces address on port 80 failed (98: Address already in use). Somethin
- Renovate fails on Azure DevOps with "fatal: could not read Username for 'https://dev.azure.com': terminal...
Renovate 23.11.0 and later failed during init on Azure DevOps with fatal: could not read Username for 'https://dev.azure.com': terminal prompts disabled. A git command change broke how credentials were passed to git ls-remote.
- airflow-provider-hightouch 5.0.0 (Airflow 3) missing from PyPI
The Airflow 3 compatible release of the Hightouch provider (5.0.0) never made it to PyPI. The CI publish job failed with `400 User 'pedramhightouch' does not have two-factor authentication enabled`, because the PyPI package was owned by a f
- AppInspect reports failure with splunk-sdk: Some 'search/*' endpoints has been deprecated in Splunk 9.0.1
Vendored the Splunk Python SDK into a Splunk app and ran splunk-appinspect, which fails with: "FAILURE: Some 'search/*' endpoints has been deprecated in Splunk 9.0.1 and replaced by new v2 APIs", pointing at lib/splunklib/client.py line 578
- Access a private GitHub repository from a Cloud Build step (glide install fails)
A Go project (A) depended on another private GitHub repository (B), and the Cloud Build pipeline could not fetch it. `glide install` failed with: [WARN] Unable to checkout github.com/avi/api, [ERROR] Update failed for github.com/avi/api: Un
- Flipt v2 high memory consumption 800MB with git storage in Kubernetes
Flipt v2.0.1 in Kubernetes consumes 550-800 MB of memory with only 4 flags, configured with 4 environments backed by 2 git storage projects. The git repositories are GitOps repos for ArgoCD with substantial history, and Flipt appeared to ho
- ggshield secret scan pre-commit crashes with WinError 206 on large Windows merges
On Windows, ggshield secret scan pre-commit crashes with [WinError 206] The filename or extension is too long when committing a merge with many files and long file names. ggshield builds a git command line that exceeds Windows path limits.
- How to configure Go private module dependencies in a Dagger pipeline
Go builds inside a Dagger container fail when the module depends on private repositories, because go commands cannot authenticate to fetch them. The Dagger cookbook covers cloning private repos over SSH, but Go private modules need extra tw
- Cerbos sidecar git-pull failed to pull from remote worktree contains unstaged files
The Cerbos sidecar (git-pull) fails refreshing git-based policies with: "Failed to pull from remote", worktree contains unstaged files. Policy updates stop being pulled into the PDP.