﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
78	git push to git:// hangs	geofft		"{{{
[remote ""scripts""]
        url = git://barnowl.mit.edu/barnowl
        fetch = +refs/heads/*:refs/remotes/origin/*
[remote ""github""]
        url = git://github.com/nelhage/barnowl.git
        fetch = +refs/heads/*:refs/remotes/origin/*

vinegar-pot:~/owl geofft$ git push github
fatal: protocol error: expected sha/ref, got '
*********'

You can't push to git://github.com/user/repo.git
Use git@github.com:user/repo.git

*********'
vinegar-pot:~/owl geofft$ git push scripts
}}}
Hangs forever. Figure out how github gives a friendly error, and what friendly error we should give, and do so."	defect	closed	tiny		vcs	fixed	git	
