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

OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'https://github.com/ #167

Open
abubakarmkarajagi opened this issue Mar 7, 2023 · 5 comments

Comments

@abubakarmkarajagi
Copy link

When ran migration.py it gives me error saying incorrect syntax.

it connects to Gitub and asks me to login . After login getting below error. Could you please help on resolving this issue ?

Here is the error which I receied.

remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), done.
Checking connectivity... done.
Traceback (most recent call last):
File "C:\CC_GIT_migration\RTC_GIT\rtc2git\migration.py", line 173, in
migrate()
File "C:\CC_GIT_migration\RTC_GIT\rtc2git\migration.py", line 65, in migrate
initialize()
File "C:\CC_GIT_migration\RTC_GIT\rtc2git\migration.py", line 28, in initialize
git.initalize()
File "C:\CC_GIT_migration\RTC_GIT\rtc2git\gitFunctions.py", line 51, in initalize
self.createrepo()
File "C:\CC_GIT_migration\RTC_GIT\rtc2git\gitFunctions.py", line 64, in createrepo
os.chdir(self.clonedRepoName)
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'https://github.com/repository name

@ripudamann
Copy link

Hi, which version of python are you using? I do not even get to this point and I was wondering if I am using the correct python version. I am using 3.8.10

@abubakarmkarajagi
Copy link
Author

abubakarmkarajagi commented Mar 15, 2023 via email

@abubakarmkarajagi
Copy link
Author

abubakarmkarajagi commented Mar 16, 2023 via email

@ripudamann
Copy link

I cannot say for sure, but it could be that the target directory mentioned in the config.ini need to be corrected

Have you mentioned it like as specified in the config.ini.sample as below:

Folder to be created - where migration will take place

Directory = \dir\targetDir

@abubakarmkarajagi
Copy link
Author

abubakarmkarajagi commented Mar 21, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants