$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2020-01-09 17:11:54
On Thu, Jan 9, 2020, 15:17 Tom Kent via Boost <boost_at_[hidden]> wrote:
> I just ran a:
>
> git clone --recursive https://github.com/boostorg/boost boost_root
>
> and I got some warnings in lexical_cast:
>
> Cloning into 'D:/teeks99-09/boost_root/libs/lambda'...
> Cloning into 'D:/teeks99-09/boost_root/libs/lexical_cast'...
> warning: unable to unlink
>
That's strange. There are some advices on how to deal with that issue:
https://stackoverflow.com/questions/7199496/git-checkout-warning-unable-to-unlink-files-permission-denied
Do they help or something is wrong with the repo?
>