Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository cannot be cloned due to file name error #996

Open
Miranlfk opened this issue Jul 5, 2023 · 0 comments
Open

Repository cannot be cloned due to file name error #996

Miranlfk opened this issue Jul 5, 2023 · 0 comments
Labels

Comments

@Miranlfk
Copy link

Miranlfk commented Jul 5, 2023

Description:
The repository cannot be cloned, as shown in the images below:

Steps to reproduce:
Using git running git clone https://github.com/ballerina-platform/module-ballerina-docker.git
Image 1:
1
When checking status of repo using git status:
Image 2: 2
Attempting to restore using git restore --source=HEAD :/ - this command will restore all the files in the repo except lombok.config
Image 3:
3

Fixes
As shown in Image 3 above, the problem lies in the name of lombok.config file, file name currently has a space where it is lombok.config however it should be lombok.config. I encountered this particular issue when cloning my forked repository, for good measure I checked by cloning the official repo. The fix I've mentioned I've tried on my fork.

@Miranlfk Miranlfk changed the title Repository cannot be cloned Repository cannot be cloned due to file name error Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant