Hi everyone,
Charlie asked a question that reminded me that I don't think I mentioned this:
The canonical git repository is now
http://github.com/smtpd/qpsmtpd
I'll get the github people to update things so all the references to abh/qpsmtpd (forks etc) will hopefully be automatically updated to point to smtpd/qpsmtpd.
- ask
[qpsmtpd] New git "master" repository
| Tweet |
|
Search Discussions
-
Walt Mankowski at Dec 11, 2010 at 2:23 am ⇧
I just tried to clone that repository and got the following error:On Mon, Jul 26, 2010 at 03:34:37PM -0700, Ask Bjørn Hansen wrote:
Hi everyone,
Charlie asked a question that reminded me that I don't think I mentioned this:
The canonical git repository is now
http://github.com/smtpd/qpsmtpd
I'll get the github people to update things so all the references to abh/qpsmtpd (forks etc) will hopefully be automatically updated to point to smtpd/qpsmtpd.
% git clone http://github.com/smtpd/qpsmtpd
Cloning into qpsmtpd...
fatal: http://github.com/smtpd/qpsmtpd/info/refs not found: did you run git update-server-info on the server?
Also the website [1] still lists git://github.com/abh/qpsmtpd.git
Walt
1. http://smtpd.develooper.com/get.html
-
Ask Bjørn Hansen at Dec 12, 2010 at 1:31 am ⇧
Oops, I'll fix that. Thanks.On Dec 10, 2010, at 18:23, Walt Mankowski wrote:
I just tried to clone that repository and got the following error:
% git clone http://github.com/smtpd/qpsmtpd
Cloning into qpsmtpd...
fatal: http://github.com/smtpd/qpsmtpd/info/refs not found: did you run git update-server-info on the server?
Try going to that URL, it'll give you a selection of clone URLs (and an easy way to fork into your own repository if you have a github account).
Also the website [1] still lists git://github.com/abh/qpsmtpd.git
- ask
-
Walt Mankowski at Dec 12, 2010 at 2:06 am ⇧
There are 2 URLs in what I posted, but I assume you must meanOn Sat, Dec 11, 2010 at 05:30:57PM -0800, Ask Bjørn Hansen wrote:On Dec 10, 2010, at 18:23, Walt Mankowski wrote:Try going to that URL, it'll give you a selection of clone URLs (and an easy way to fork into your own repository if you have a github account).
I just tried to clone that repository and got the following error:
% git clone http://github.com/smtpd/qpsmtpd
Cloning into qpsmtpd...
fatal: http://github.com/smtpd/qpsmtpd/info/refs not found: did you run git update-server-info on the server?
http://github.com/smtpd/qpsmtpd . When I pull that up in my web
browser, all I really see displayed is the README file. I only see
one clone URL there, git://github.com/abh/qpsmtpd.git . I thought
that was the URL that was being replaced with the new URL that isn't
working.
Walt
-
Ask Bjørn Hansen at Dec 12, 2010 at 4:01 am ⇧
I'm confused. It's a standard github repository. And being git it doesn't matter too much where you clone from.
Browse changes, make a github fork etc:
https://github.com/smtpd/qpsmtpd
Clone over http:
git clone https://github.com/smtpd/qpsmtpd.git
Clone over git protocol:
git clone git://github.com/smtpd/qpsmtpd.git
If you for some reason never ever want to connect to a github server (or they are down), clone from git://git.develooper.com/qpsmtpd.git
- ask
-
Walt Mankowski at Dec 12, 2010 at 4:05 am ⇧
Duh, I was being an idiot and using the wrong command. Sorry aboutOn Sat, Dec 11, 2010 at 08:01:26PM -0800, Ask Bjørn Hansen wrote:
I'm confused. It's a standard github repository. And being git it doesn't matter too much where you clone from.
Browse changes, make a github fork etc:
https://github.com/smtpd/qpsmtpd
Clone over http:
git clone https://github.com/smtpd/qpsmtpd.git
Clone over git protocol:
git clone git://github.com/smtpd/qpsmtpd.git
If you for some reason never ever want to connect to a github server (or they are down), clone from git://git.develooper.com/qpsmtpd.git
that.
Walt
Related Discussions
Discussion Navigation
| view | thread | post |
Discussion Overview
| group | qpsmtpd
|
| categories | perl |
| posted | Jul 26, '10 at 10:34p |
| active | Dec 12, '10 at 4:05a |
| posts | 6 |
| users | 2 |
| website | smtpd.develooper.com |
