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

Git Python Causes problems while creating directories #380

Open
gssakash-SxT opened this issue Nov 29, 2023 · 2 comments
Open

Git Python Causes problems while creating directories #380

gssakash-SxT opened this issue Nov 29, 2023 · 2 comments

Comments

@gssakash-SxT
Copy link

gssakash-SxT commented Nov 29, 2023

Hi, I have a project where I am creating and deleting directories with the help of Azure.

These directories will soon become privately managed Github Repositories and I was wondering if Azure had support for GitPython. I am going to be using GitPython for initialising git inside of these directories and for some reason Azure isn't able to exactly do this.

Can I know what configurations I have to make such that GitPython works on Azure so that I can successfully initialise Github repositories?

@gssakash-SxT
Copy link
Author

UPDATE : This issue can be closed down, turns out I had to install GIT programmatically through a command every time this directory was created.

@gssakash-SxT
Copy link
Author

I installed it previously through the os.system command that I used to manually install GIT.
However, during this week it looks like this isn't being read by Azure and is causing problems.
Can you guys give me the exact steps for me to have the .git executable as a whole available and ready to run on my azure deployment as I deal with the file system on my Python App service and need this executable.

@gssakash-SxT gssakash-SxT reopened this Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant