bitbucket上にあるコードをインストールしてきたいです。
git clone https://xxx@bitbucket.org/xxx/xxx.git
とコマンドを打つと、
org/xxx/xxx.git
fatal: destination path 'xxx' already exists and is not an empty directory.
と出ます。
git clone -b master https://xxx@bitbucket.org/xxx/xxx.git
としてもダメでした。なぜcloneができないのでしょうか?どう直せば良いでしょうか?

回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。