Top "Git-fetch" questions

git-fetch - Download objects and refs from another repository

git fetch --unshallow gives :"fatal: --unshallow on a complete repository does not make sense" error

I am unable to git clone a remote repository using plain git clone path I get the error "The remote …

git github gitlab git-clone git-fetch
Jenkins (Windows) very slow Git fetch

We are experiencing slow git fetch commands on a Jenkins installation on Windows Server 2012. I have tried all the solutions …

git ssh jenkins jenkins-plugins git-fetch
Git fetch hangs on git-upload-pack

Seemingly at random, our local repos can no longer fetch from our Bonobo server. It happens with our biggest remote …

git post freeze git-fetch bonobo
Git fetch and pull with no arguments

I have a git branch checked out named foo. > git status # On branch foo nothing to commit (working directory …

git git-pull git-fetch
Default remote for git fetch

If I am on a local branch that is not tracking any remote branch and I give the command git …

git git-fetch
"fetch --all" in a git bare repository doesn't synchronize local branches to the remote ones

I'm trying to synchronize periodically a git bare repository, my local branches are created using the "--track" option. here is …

git git-fetch git-bare
Git fetch failing using jgit: Remote does not have <branchname> available for fetch

I have a bare repo located at main.git and am trying to fetch a branch (foo, let's say) in …

java git version-control jgit git-fetch
Are "git fetch --tags --force" and "git pull <branch>" conmutative operations?

Normally the git tags are a fixed reference to a commit. But sometimes they are used to mark some event (…

git git-pull git-fetch
pull-only repo's 'git status' saying the branch is ahead of origin/master. Why?

So here's the situation: $ git status # On branch master # Your branch is ahead of 'origin/master' by [x] commits. # There …

git branch git-push git-pull git-fetch
How do I pull/fetch with Git *INTO* a bare repository?

I'm writing a tool to backup all my repositories from Bitbucket (which supports Git and Mercurial) to my local machine. …

git git-pull git-fetch