Jupyter Notebook git clone permission error

I have this line of code in my Jupyter notebook

!git clone https://github.com/xxx/yyy new-folder

But if I run this line, I am getting the error fatal: could not create work tree dir 'new-folder': Permission denied. Why?

Note: I have already integrated my Github.