Category "git"

git: fatal: Could not read from remote repository

I am trying to set git up with http://danielmiessler.com/study/git/#website to manage my site. I have gotten to the last step in the instructions: git push we

Visual Studio Code cannot detect installed git

Visual Studio Code reports "It look like git is not installed on your system." when I try to switch to the git view. I know I have git installed and used by oth

Pushing Project to Github using Git on Windows

I am trying to push my django project to Gihub I have installed Github for windows and Git CLI and followed all the steps First created a Repo on github wi

Impossible to merge branch: refusing to merge unrelated histories

I did create a remote repo ('myRepo') on Git. I checked the checkbox 'add a READ.me', which also make a commit on this 'myRepo' repo. Then I create a new folde

Error with DVC on Google Colab - dvc.scm.CloneError: Failed to clone repo

I'm having a problem trying to run "dvc pull" on Google Colab. I have two repositories (let's call them A and B) where repository A is for my machine learning c

error: cannot run ssh: No such file or directory when trying to clone on windows

I am trying to clone a remote repository on Windows, but when I did this: git clone [email protected]:organization/xxx.git I got this error: error: cannot run ssh

How to change the Tagger name and email of a Git Tag

Long story short I'm writing a script to migrate a very large project from (gasp) Microsoft SourceSafe to Git and I'm trying to retain the authors of the Source

git push is very slow for a branch

We have a git repo that is quite large (ios app resources). I appreciate that git is going to be slow when working with it, but if I create a new branch and edi

neovim/nvim tree doesn't open current directory only the parent directory with git

If I have a parent directory that has git and a bunch of sub directories and I cd into one of the sub directories and launch neovim, neovim/nvim tree would sho

gitignore doesn't ignore .suo Visual studio file

I want to do simple thing, ignore .suo file and bin and obj folders from committing to git repo. I've created .gitignore file and it's working for bin and obj f

git - how to get default branch?

My team alternates between usage of dev and master as default branch for several repos and I would like to write a script that checks for the default branch whe

Cannot delete Git tags which have special characters

$ git tag +"feature/04-28_v001-11"+ +"feature/04-28_v001-19"+ Above git tags not able to delete since + and " exist in the tags.

How to stop merging in git?

I had a three-way-merge branch merge: git checkout master git merge BranchA >> Fast-forward merge git merge BranchB >> Three-way-merge (prompts

How do you reset the stored credentials in 'git credential-osxkeychain'?

I've followed the GitHub instructions for setting up my account, and I'm able to clone, but I'm unable to push remotely. When I do a "git push" I get the 403 e

What exactly is a "grafted" commit in a shallow clone?

When doing a shallow clone in git (using the --depth option), the root commit is marked as grafted. Googling didn't lead to any satisfacting documentation.

GitHub "fatal: remote origin already exists"

I am trying to follow along Michael Hartl's Rails tutorial but I've run across an error. I signed up on Github and issued a new SSH key and made a new reposit

Can Git show history for selected lines?

I have a large file where, somewhere in the middle, there is a function that I know has been modified several times. git annotate or blame will show the most re

View rendered output of a gist?

I'm sure I'm being dim, but is it possible to view the rendered output of a gist? This is the gist I'm interested in: https://gist.github.com/844752/420cc52eb4

How to prevent Git from commiting Jupyter Notebook results?

I m working on project in Jupyter Notebook. Whenever I make a commit not only changed code and markdown columns get commited but also results from code columns

How to upload a modified angular2 module to server in production?

I am using angular2-image-gallery. It is causing me an error on production (also locally) about importing twice BrosweModule from angular. In my local build, I