0

I am using github3.py library for my remaining code modules.So if possible can we use github3.py lib for cloning a repo or any other python library is also good.

askedNov 12, 2019 at 15:01
Shakti Rajput's user avatar
4
  • under linux or windows??CommentedNov 12, 2019 at 15:02
  • I am using a mac. but after running the python code it can be run in any operating system only if we are using python inbuilt libraries else if we are running the terminal commands from python script then it can be dependent on the operating system right? Else it is operating system independent.CommentedNov 12, 2019 at 22:59
  • And with import subprocess ?CommentedNov 12, 2019 at 23:23
  • with import subprocess I am able to clone but I want through the python libraries.CommentedNov 12, 2019 at 23:51

1 Answer1

1

Normally, you should be able to clone it the same way as a normal repository.

answeredNov 12, 2019 at 17:45
Lockna's user avatar
Sign up to request clarification or add additional context in comments.

1 Comment

Actually I am not able to as it throws an error that it is not able to find link. fatal: unable to look up[email protected]:myusername (port 9418) (nodename nor servname provided, or not known)'

Your Answer

Sign up orlog in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

By clicking “Post Your Answer”, you agree to ourterms of service and acknowledge you have read ourprivacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.