GIT bash:权限被拒绝

时间:2020-08-07 01:50:15

标签: python git

我试图设置克隆GIT目录,然后在运行python的计算机中安装虚拟环境。这是用于通过以下链接安装学习游戏。

https://opensource.com/article/20/5/python-games

我可以在GIT bash中执行以下两个命令并将其克隆。

$ git clone https://github.com/moshez/penguin-bit-by-bit.git

$ cd企鹅逐位

但是当我在GIT中执行以下命令时,它给了我拒绝权限错误

python -m venv venv

enter image description here

似乎是权限问题。但是可以得到帮助。

谢谢

1 个答案:

答案 0 :(得分:0)

我有同样的错误。但是,当我尝试:

py -m venv venv

代替

python -m venv venv

有效。