Category "git"

prevent github to re-order my directory tree wrapping with number

I have a structure on my local like this: root/ dir 1 dir 2 dir 3 dir 4 dir 5 dir 6 dir 7 dir 8 dir 9 dir 10 dir 11 dir 12 but when i commit it and push to git

git mergetool with intellij Idea's community edition on windows

I'm using GitExtensions windows software to work with git and i had many trouble configuring it to work with Idea's community edition, to use it as a merge tool

Push failed android-studio project

I am getting the following error while i am trying to push/pull to/from my github repository. I haven't touched my repository for 20 days now. Last time that I

Cloud Shell git repository not found after repo move

After creating a new organisation on GitHub and moving the repo from the old organisation to the new one I get the error message: "fatal: repository 'https://gi

Should I delete a corrupt .pack file in the .git folder?

I am unable to push to my remote because of this error: fatal: packed object {some hash} (stored in .git/objects/pack/pack-{abc}.pack) is corrupt remote: fatal:

git-credential-osxkeychain wants to access key "github.com" in your keychain

In line with the github recently removing support for password authentication - I have created a PAT following this guide However, everytime I git push I see th

How can I add existing files to a Gitkraken repository?

This is the same question but still unresolved: Add files to local repository in GitKraken I am new to gitkraken. I had initialized a repository with just a rea

gnutls_handshake() failed (The TLS connection was non-properly terminated) while getting Fuchsia?

I was trying to get the Google Fuchsia source code, but I keep running into a bunch of these errors: ERROR: 'git fetch -p origin' failed: stdout: stderr: fatal:

"error: could not spawn fsmonitor--daemon in the background" when I stage Changed in Git GUI

When I stage Changed in Git GUI, it raised an index error: Updating the Git index failed. A rescan will be automatically started to resynchronize git-gui. er

Git Convert All Remotes in a Repo from HTTPS to SSH

Is there a command to programmatically convert all existing remotes on a repo from HTTPS to SSH? For example, if I had a repo with a remote for GitHub, and anot

Cannot do a git pull, unable to write to pack directory

I receive the following error when doing a simple git pull: remote: Azure Repos remote: Found 357 objects to send. (13 ms) Receiving objects: 100% (357/357), 91

E2E tests with multiple repositories in CircleCI

I have a project in which the backend is a Rails app (API-only mode) while the frontend is a React app. They are in different Github repositories but I'd like t

Could not read from remote repository, in other words push rejectec

I'm trying to push my branch, made the necessary changes and made the commit. However once I press push on Android Studio, it tells me that Push is rejected and

How do I have permission to use git push in gitlab ci?

CI_JOB_TOKEN has only read-only access to repository, and I am able to have write access to the repository using the gitlab personal access token, but I need to

Remove commit from history without changing anything else (dates, committers)

I expected this to be as easy as interactive rebase, but I've noticed that rebase changes commit dates and committers. What would be the easiest way to remove a

Bitbucket Cloud recently stopped supporting account passwords for Git authentication

I have pushed the code in the morning it was working fine but now I'm trying to push code but getting this error: Bitbucket Cloud recently stopped supporting ac

Is there a way to undo detached HEAD state without undoing the work I've done while in detached HEAD state?

I'm in a detached HEAD state but have made a bunch of commits while in detached HEAD that I can't lose. Is there a way to undo the detached HEAD state without l

git checkout error: unable to read askpass response in Windows 10

Error occurred while cloning repository in Android Studio error: unable to read askpass response from 'C:\Users\User\AppData\Local\Google\AndroidStudio2021.1\tm

Redoing Git Commit

I have Git commit "Day 19" that doesn't have all the code I wanted to commit. Then I made a new commit with those new changes "Day 21". Is there a way to re-com

Are there some rebase best practices with multiple pushes?

I started a new job at the beginning of the year, whose git practices are different than what I am used to, and I keep running into problems. The documented pro