* [newbies] git.alt return code 22
@ 2010-11-16 15:43 Anton A. Vinogradov
2010-11-16 15:50 ` Vitaly Kuznetsov
2010-11-16 15:51 ` Евгений Ростовцев
0 siblings, 2 replies; 7+ messages in thread
From: Anton A. Vinogradov @ 2010-11-16 15:43 UTC (permalink / raw)
To: devel@ where you _can_ ask
Доброго!
....Решил прибрать пакеты
git push
error: Cannot access URL
http://git.altlinux.org/people/arc/packages/pidgin-plugin-mrim.git/,
return code 22
fatal: git-http-push failed
Прокси нет
ключи старые
хост новый
что может быть?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [newbies] git.alt return code 22
2010-11-16 15:43 [newbies] git.alt return code 22 Anton A. Vinogradov
@ 2010-11-16 15:50 ` Vitaly Kuznetsov
2010-11-16 15:51 ` Евгений Ростовцев
1 sibling, 0 replies; 7+ messages in thread
From: Vitaly Kuznetsov @ 2010-11-16 15:50 UTC (permalink / raw)
To: devel@ where you _can_ ask
"Anton A. Vinogradov" <vinogradov.mail@gmail.com> writes:
> Доброго!
>
> ....Решил прибрать пакеты
>
> git push
> error: Cannot access URL
> http://git.altlinux.org/people/arc/packages/pidgin-plugin-mrim.git/,
> return code 22
> fatal: git-http-push failed
>
> Прокси нет
>
> ключи старые
> хост новый
>
> что может быть?
Пушить надо по ssh://, а не по http:// :)
--
Vitaly Kuznetsov, ALT Linux
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [newbies] git.alt return code 22
2010-11-16 15:43 [newbies] git.alt return code 22 Anton A. Vinogradov
2010-11-16 15:50 ` Vitaly Kuznetsov
@ 2010-11-16 15:51 ` Евгений Ростовцев
2010-11-16 15:53 ` Anton A. Vinogradov
2010-11-16 16:03 ` Anton A. Vinogradov
1 sibling, 2 replies; 7+ messages in thread
From: Евгений Ростовцев @ 2010-11-16 15:51 UTC (permalink / raw)
To: devel@ where you _can_ ask
Привет!
16.11.10, Anton A. Vinogradov<vinogradov.mail@gmail.com> написал(а):
> ....Решил прибрать пакеты
>
> git push
Что понимать под "прибрать"? Взять к себе? Для этого есть git pull или
git remote update
> error: Cannot access URL
> http://git.altlinux.org/people/arc/packages/pidgin-plugin-mrim.git/,
Это read-only репозитории, туда писать нельзя. Можно только по
протоколу ssh и только в свои каталоги:
git.alt:packages/pidgin-plugin-mrim.git
Как настраивать имя git.alt, уже читали?
--
REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [newbies] git.alt return code 22
2010-11-16 15:51 ` Евгений Ростовцев
@ 2010-11-16 15:53 ` Anton A. Vinogradov
2010-11-16 15:54 ` Anton A. Vinogradov
2010-11-25 9:27 ` Michael Shigorin
2010-11-16 16:03 ` Anton A. Vinogradov
1 sibling, 2 replies; 7+ messages in thread
From: Anton A. Vinogradov @ 2010-11-16 15:53 UTC (permalink / raw)
To: devel@ where you _can_ ask
16.11.2010 18:51, Евгений Ростовцев пишет:
> Привет!
>
> 16.11.10, Anton A. Vinogradov<vinogradov.mail@gmail.com> написал(а):
>> ....Решил прибрать пакеты
>>
>> git push
>
> Что понимать под "прибрать"? Взять к себе? Для этого есть git pull или
> git remote update
>
>> error: Cannot access URL
>> http://git.altlinux.org/people/arc/packages/pidgin-plugin-mrim.git/,
>
> Это read-only репозитории, туда писать нельзя. Можно только по
> протоколу ssh и только в свои каталоги:
> git.alt:packages/pidgin-plugin-mrim.git
>
> Как настраивать имя git.alt, уже читали?
>
Со старого хоста перетащил локальный гит.
только он при этом побился
склонировал удаленный
в .gear не посмотрел
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [newbies] git.alt return code 22
2010-11-16 15:53 ` Anton A. Vinogradov
@ 2010-11-16 15:54 ` Anton A. Vinogradov
2010-11-25 9:27 ` Michael Shigorin
1 sibling, 0 replies; 7+ messages in thread
From: Anton A. Vinogradov @ 2010-11-16 15:54 UTC (permalink / raw)
To: devel@ where you _can_ ask
16.11.2010 18:53, Anton A. Vinogradov пишет:
> в .gear не посмотрел
в .git ^)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [newbies] git.alt return code 22
2010-11-16 15:51 ` Евгений Ростовцев
2010-11-16 15:53 ` Anton A. Vinogradov
@ 2010-11-16 16:03 ` Anton A. Vinogradov
1 sibling, 0 replies; 7+ messages in thread
From: Anton A. Vinogradov @ 2010-11-16 16:03 UTC (permalink / raw)
To: devel@ where you _can_ ask
16.11.2010 18:51, Евгений Ростовцев пишет:
> протоколу ssh и только в свои каталоги:
> git.alt:packages/pidgin-plugin-mrim.git
.git/config
теперь порядок. спасибо.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [newbies] git.alt return code 22
2010-11-16 15:53 ` Anton A. Vinogradov
2010-11-16 15:54 ` Anton A. Vinogradov
@ 2010-11-25 9:27 ` Michael Shigorin
1 sibling, 0 replies; 7+ messages in thread
From: Michael Shigorin @ 2010-11-25 9:27 UTC (permalink / raw)
To: devel@ where you _can_ ask
On Tue, Nov 16, 2010 at 06:53:18PM +0300, Anton A. Vinogradov wrote:
> Со старого хоста перетащил локальный гит.
> только он при этом побился
> склонировал удаленный
> в .gear не посмотрел
[в .git/]
On Tue, Nov 16, 2010 at 07:03:31PM +0300, Anton A. Vinogradov wrote:
> .git/config
> теперь порядок. спасибо.
Стоило описать проблему явно: [remote *] указываются в .git/config,
а он не клонируется вместе с репозиторием.
Если не развесистый -- то может быть достаточно
git remote add origin git.alt:packages/%name
git push origin master
git push --tags
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-11-25 9:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-16 15:43 [newbies] git.alt return code 22 Anton A. Vinogradov
2010-11-16 15:50 ` Vitaly Kuznetsov
2010-11-16 15:51 ` Евгений Ростовцев
2010-11-16 15:53 ` Anton A. Vinogradov
2010-11-16 15:54 ` Anton A. Vinogradov
2010-11-25 9:27 ` Michael Shigorin
2010-11-16 16:03 ` Anton A. Vinogradov
devel@ where you _can_ ask
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-newbies/0 devel-newbies/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel-newbies devel-newbies/ http://lore.altlinux.org/devel-newbies \
devel-newbies@lists.altlinux.org devel-newbies@lists.altlinux.ru devel-newbies@lists.altlinux.com
public-inbox-index devel-newbies
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-newbies
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git