The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Error message when git push (repo's name special char)

julien clerc
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 14, 2013

Hi,

When i push my repo to remote on Bitbucket i have this message if repo's name contains char "-":

Message : "did you run git update-server-info on the server?"

Tested with :
repo-test => error message
repotest=> OK

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
m
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 14, 2013

Julien,

I'm not able to duplicate your issue. (See example below). Please file a ticket with our support team as this could be an issue with your repo.

support@bitbucket.org

Mary

-----

[manthony@repos] $ git clone git@bitbucket.org:tutorials/poo-bear.git
Cloning into 'poo-bear'...
warning: You appear to have cloned an empty repository.
[manthony@repos] $ cd poo-bear/
[manthony@poo-bear] $ cat /dev/null > Readme
[manthony@poo-bear] $ edit Readme
[manthony@poo-bear] $ git add .
[manthony@poo-bear] $ git commit -m "first file"
[master (root-commit) 6e63000] first file
 1 file changed, 1 insertion(+)
 create mode 100644 Readme
[manthony@poo-bear] $ git push
Counting objects: 3, done.
Writing objects: 100% (3/3), 218 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: bb/acl: tutorials is allowed. accepted payload.
To git@bitbucket.org:tutorials/poo-bear.git
 * [new branch]      master -> master
[manthony@poo-bear] $ cat .git/config 
[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = false
[remote "origin"]
	url = git@bitbucket.org:tutorials/poo-bear.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master

0 votes
julien clerc
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 15, 2013

Tested with new repo : "poo-bear2" and it works fine.

Thanks for test.

TAGS
AUG Leaders

Atlassian Community Events