I am using windows 10, with Cygwin (for unix commands), and (git, OpenSSH) from scoop. Error: ❯ git clone [email protected]:tshrpl/avis.git Cloning into 'av
Here is error when i use git add . $ git add . error: short read while indexing .editorconfig error: .editorconfig: failed to insert into database
I'm trying to run docker in WSL2. I installed Ubuntu and it starts fine, I configured my git access with ssh key stored in .ssh and tested the access with ssh m
Working with remote repository at some moment I started recieving this when I run git fetch origin Auto packing the repository in background for optimum perfor
I am getting this error message from GIT: rename folder from X to Y failed, should I try again? What I tried so far: - Tortoise git - Git UI - Git UI with ad
Because of github changing the default branch from master to main all of my pushes end up in a separate branch instead of the main one and I can't change the de
Because of github changing the default branch from master to main all of my pushes end up in a separate branch instead of the main one and I can't change the de
There is a file that was being tracked by Git, but now the file is on the .gitignore list. However, that file keeps showing up in git status after it's edited.
I have the following github workflow definition: name: Build on: pull_request: types: [ opened, edited, synchronize ] paths-ignore:
I'm setting up a SSH key for the first time on Gitlab.com. I'm stuck at verifying that you can connect: ssh -T [email protected]. The gitlab.example.com yo
how to set git up in vs code. help i cant set it up. When i try to push a commit it shows cant find repository and shows a publish branch button and it opens a
I have been using github actions for quite sometime but today my deployments started failing. Below is the error from github action logs Command: git Arguments:
I was wondering whether there are folks out there who have found a proper solution for the following... We have a Hugo static website for which the code resides
I want to install the gqrcode project and get from that project the following installation instructions: go get -u github.com/KangSpace/gqrcode When performing
We are using the Feature-Branch-Workflow, which means others merge theire changes to the dev-branch that I want to merge into my feature branch. As it happens a
Yelp detect secrets is a system that prevents secrets from entering your code base. I would like to install the pre-commit hook it provides. I've never used Git
I've been using ssh keys with github for a while now. Suddenly i can't push and I'm getting a Permission denied (publickey) error. Here's what I've tried so far
I've tried to run npm install and faced these issues below I've tried to clear cache with force command, install git and update node but nothing worked here i
I recently installed composer require league/flysystem-aws-s3-v3 ~1.0 in my app and created small line of codes of vue components and blade.php files. When I tr
I created a django project and want to share it with my team members, however in the settings files it contains some passwords for the database etc. Of course w