Error: The requested URL returned error: 401 while accessing

I have a problem with one of my runners on an OpenSuse 11.2 x64 installation.
It doesn’t seem to remove the runner and re-register it.

The error message I receive is:

"Running with gitlab-ci-multi-runner 1.5.2 (76fdacd)
Using Shell executor…
Running on opensuse11-2-runner…
Cloning repository…
error: The requested URL returned error: 401 while accessing http://gitlab-ci-token:xxxxxx@192.168.1.1/TEAM/Project1.git/info/refs

fatal: HTTP request failed
Initialized empty Git repository in /home/gitlab-runner/builds/4bda0343/0/TEAM/Project1/.git/
ERROR: Build failed: exit status 1"

Thanks!

I found the cause of this problem. My git version is too old.
It has to be at least version 1.7 to work with GitLab ( at least the version we are running)