Category "git"

Windows GIT using HTTPS client auth from smartcard token

On Windows, how does one configure GIT to prompt or otherwise use a client HTTPS certificate when connecting to an HTTPS repository that requires HTTPS Client a

Git "includeIf" directive not working (Ubuntu) [duplicate]

I want to specify separate gitconfig settings for projects inside a "work" directory, using the "includeIf" directive. I have ~/.gitconfig:

jmeter guidelines for Git version control

In our organization we have being using jmeter since 4 years. In this time we created, manage and execute our jmx scripts through a network drive to share and w

How to insert git info in environment variables using Vite?

How to get information from git about current branch, commit date and other when using Vite bundler?

Does git lfs migrate --no-rewrite change all the branches? And will it change the large file from history to LFS objects?

In my repo, I have large files committed in history and also present in latest commit. I want to use git lfs migrate --no-rewirte so that the previous commits S

Error, "error: RPC failed; curl 18 transfer closed with outstanding read data remaining" when trying to push to git

I am trying to push a project to a new Github repo but keep getting the error, error: RPC failed; curl 18 transfer closed with outstanding read data remaining a

C# connection to GIT fails

I have an application that generates file that needs to be stored in a GIT repository in ADO. I'm trying to connect to a repository but it fails to give me a GI

I get "You don't have permissions to push username/repository" on GitHub

I am working with a Mac M1. Last week I was working fine with VSCode and Github. I was editing some markdown files and pushing the changes I made to the files.

Shortcut for pushing local branch to a new remote branch with the same name

My workflow with new branches is: git checkout -b <new branch name> // making changes, commit the changes git push -u origin <new branch name> I

How to push heroku app with hyper ? getting error

I tried these commands: error: src refspec main does not match any error: failed to push some refs to 'https://git.heroku.com/young-brook-98064.git' Where did

Upload file > 25 MB on Github

I have a file that I want to add to Github. Its size is more than 25 MB limit of github. It is a csv file. How can I upload it on Github. Steps followed till n

not able to clone github repo with ssh

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

Cannot add to repository

Here is error when i use git add . $ git add . error: short read while indexing .editorconfig error: .editorconfig: failed to insert into database

Running Docker in WSL2, facing git login problem

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

Git gc and git prune warnings when git fetch origin is run

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

Git folder rename keep failing - permission denied

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

git how to change default branch for everything I do?

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

git how to change default branch for everything I do?

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

How can I make Git "forget" about a file that was tracked, but is now in .gitignore?

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.

Github workflow event trigger synchronize not working?

I have the following github workflow definition: name: Build on: pull_request: types: [ opened, edited, synchronize ] paths-ignore: