[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wrap-search 3.3.5
From: |
Philip Kaludercic |
Subject: |
Re: wrap-search 3.3.5 |
Date: |
Wed, 31 Aug 2022 09:04:18 +0000 |
Emanuel Berg <incal@dataswamp.org> writes:
> Yuri Khan wrote:
>
>>> git remote add origin ${USER}@${server}:${repo}
>>> git push remote # DNC
>>>
>>> fatal: 'remote' does not appear to be a git repository
>>
>> Your remote is named ‘origin’ but you’re trying to push to
>> ‘remote’. There is no remote named ‘remote’ so the
>> push fails.
>>
>> Try ‘git push origin’ instead.
>
> That almost worked, but this [last] I think worked, the push
> option, actually the complete command, was suggested by git.
>
> Let's try the clone thing ...
>
> $ git clone https://dataswamp.org/~incal/wrap-search.git
> Cloning into 'wrap-search'...
> fatal: repository 'https://dataswamp.org/~incal/wrap-search.git/' not found
>
> :(
I forgot about this, but apparently you need to activate a git hook to
make HTTP cloning work. From [0], you have to run these commands in
your repository:
$ git --bare update-server-info
$ mv hooks/post-update.sample hooks/post-update
[0]
https://mirrors.edge.kernel.org/pub/software/scm/git/docs/user-manual.html#setting-up-a-public-repository
- Re: wrap-search 3.3.5, (continued)
- Re: wrap-search 3.3.5, Philip Kaludercic, 2022/08/28
- Re: wrap-search 3.3.5, Andreas Schwab, 2022/08/28
- Re: wrap-search 3.3.5, Emanuel Berg, 2022/08/28
- Re: wrap-search 3.3.5, Philip Kaludercic, 2022/08/28
- Re: wrap-search 3.3.5, Emanuel Berg, 2022/08/28
- Re: wrap-search 3.3.5, Gregory Heytings, 2022/08/28
- Re: wrap-search 3.3.5, Emanuel Berg, 2022/08/28
- Re: wrap-search 3.3.5, Emanuel Berg, 2022/08/28
- Re: wrap-search 3.3.5, Yuri Khan, 2022/08/29
- Re: wrap-search 3.3.5, Emanuel Berg, 2022/08/30
- Re: wrap-search 3.3.5,
Philip Kaludercic <=
- Re: wrap-search 3.3.5, Emanuel Berg, 2022/08/31
- Re: wrap-search 3.3.5, Gregory Heytings, 2022/08/31
- Re: wrap-search 3.3.5, Emanuel Berg, 2022/08/31
- Re: wrap-search 3.3.5, Gregory Heytings, 2022/08/31
- Re: wrap-search 3.3.5, Emanuel Berg, 2022/08/31
- Re: wrap-search 3.3.5, Gregory Heytings, 2022/08/31
- Re: wrap-search 3.3.5, Emanuel Berg, 2022/08/31
- RE: [External] : Re: wrap-search 3.3.5, Drew Adams, 2022/08/31
- Re: wrap-search 3.3.5, Emanuel Berg, 2022/08/31
- Re: wrap-search 3.3.5, Gregory Heytings, 2022/08/31