My repository, 'Python-Trading-Gestion-Conservadora Public', does not allow me to clone it to my computer #145128
Replies: 3 comments
-
Possible Reasons for the ErrorPermission Denied: The error message indicates that you do not have the necessary permissions to create a directory in the specified location. Directory Ownership: The /media/enri directory may not be writable by your user account. Check Permissions of the Directory:
Change Directory Permissions:
Clone to a Different Directory:
Use sudo to Clone
If you still encounter issues, consider checking your Git configuration |
Beta Was this translation helpful? Give feedback.
-
Thanks for posting in the GitHub Community, @akitxu! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category, the New to GitHub category is solely related to conversations around getting started on using GitHub and the community for beginners of GitHub, Community on Discussions, and those new to different areas of the product alike! This question should be in the Repositories category. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
My repository, 'Python-Trading-Gestion-Conservadora
Public', does not allow me to clone it to my computer by doing '(base) enri@enri-260-p100ns:~$ cd /media/enri
(base) enri@enri-260-p100ns:/media/enri$ git clone https://github.com/akitxu/Python-Trading-Gestion-Conservadora.git
fatal: could not create a working tree 'Python-Trading-Gestion-Conservadora': Permission denied'.
I would appreciate help to
Beta Was this translation helpful? Give feedback.
All reactions