python-gitlab

Add a file in Gitlab project repository by Python

Add a file in Gitlab project repository by Python Question: I have a python script where I have created an output file as an excel table. Now I would like to add/upload this file to my Gitlab project repository directly by using python-gitlab library. I have found some solution where file was added local repository …

Total answers: 1

Unable to connect to python-gitlab

Unable to connect to python-gitlab Question: I am attempting to use python-gitlab to create a script that automates the creation of branches. However, when I try to connect and get a specific group, I get the error: Exception has occurred: SSLError HTTPSConnectionPool(host=’gitlab.X.com’, port=443): Max retries exceeded with url: /api/v4/groups/17996 (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate …

Total answers: 1