From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1537885358; bh=hx/HJNVkpGkh1eyhnpwArJDhZCjDutVN751imb0JaIo=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=vdRWR+navr554uaNAUwIsBxoV2F1GdKa2hnwIdENWTp/2PCNkkTY46VBImNtVB/ZY Ph357pgNmpM2IgsVrktl0gRT1zsYQ8hWRQo8dVzZoNjBWfBxveDQvLmtNg3Lo2WEx/ kkMAx5mNS/IJIi20XAo0Vx/dKuyFpCyu4N3JmzPI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1537885357; bh=hx/HJNVkpGkh1eyhnpwArJDhZCjDutVN751imb0JaIo=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=o6t3oiCfGgQpw09pE7jR7PPpw+JOloxct3VJQlWWOGYQPJjnZQJq93ioV75Wz/Yej Xps+OFJ2IqP7gV1v9SKGwjQ+zaxRInvH275g+zYj4jXq6sQM7PgTKQHfpGQpgwUtr0 oMAglqSNrWl30CVqNDbA3urxKO/noE+RmRSReG6w= Authentication-Results: smtp1p.mail.yandex.net; dkim=pass header.i=@yandex.ru To: sisyphus@lists.altlinux.org References: <4ed0b974-8139-88f9-4b1e-c2b9c770bbcc@yandex.ru> From: =?UTF-8?B?0KjQtdC90YbQtdCyINCQ0LvQtdC60YHQtdC5?= Message-ID: <17a2561b-9cd8-c7a5-51ea-ea2e35fc19ee@yandex.ru> Date: Tue, 25 Sep 2018 17:22:36 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <4ed0b974-8139-88f9-4b1e-c2b9c770bbcc@yandex.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: ru Subject: Re: [sisyphus] hasher, git &etc X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 14:22:40 -0000 Archived-At: List-Archive: List-Post: 25.09.2018 16:38, Шенцев Алексей пишет: > Всем привет! > > Пытаюсь поставить коммит в гите и получаю такое: > > > *** Please tell me who you are. > > Run > >   git config --global user.email "you@example.com" >   git config --global user.name "Your Name" > > to set your account's default identity. > Omit --global to set the identity only in this repository. > > fatal: empty ident name (for ) not allowed > > > Однако git config -l выдаёт следующее: > > user.email=ashen@altlinux.org > user.ashen=Alexey Shentzev > core.repositoryformatversion=0 > core.filemode=true > core.bare=false > core.logallrefupdates=true > remote.origin.url=git://git.altlinux.org/gears/d/doublecmd.git > remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* > branch.sisyphus.remote=origin > branch.sisyphus.merge=refs/heads/sisyphus > > > ~/.rpmmacros настроен. > > В чём косяк? > Смотреть: https://www.altlinux.org/Git.alt/%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D1%87%D0%BD%D0%B8%D0%BA пример: git config --global user.email dottedmag@altlinux.org Почтовый адрес указывается без кавычек. -- С уважением, Шенцев Алексей