Error while trying to clone a repository in GitHub 3.4.3 #138289
Replies: 2 comments 1 reply
-
It seems like the issue you're encountering is related to Distributed File System (DFS) paths, which might not be fully supported by Git, depending on how DFS is configured. When cloning a repository, Git needs to resolve the absolute path to the repository's directory, and DFS paths can sometimes cause problems due to network file systems and permission limitations. Here's how you can troubleshoot this issue:
Let me know if these steps help, or if you'd like more detailed instructions on any of the steps! |
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
Hi all. I was wondering if anyone had ran into an issue whereby cloning a repository to a local path that has FQDN path is giving an error message "Unable to determine absolute path of git directory". I'm not a user of GitHub so I'm not very familiar with the application but because it is an app in our Citrix environment, I have to offer limited support.
We have another Citrix environment that is setup with DFS path, and this cloning process works fine without any errors when cloning to that DFS path.
We are still getting the error regardless of the version of GitHub. We have tried it on 3.4.2, 3.4.3 and 3.4.4. It works fine without the error when the local path is changed to the C:\Users%username% location.
Please let me know if any more information is needed.
Beta Was this translation helpful? Give feedback.
All reactions