When attempting to create a new repository from Visual Studio 2022 and push it to the master branch from your laptop, you encounter an error:
“Git failed with a fatal error.
Unable to access ‘https://github.com/myOwnrepository/StockWarehouseManagementSystem.git/’: **Error **setting certificate file: C:/Program Files/Git/mingw64/ssl/certs/ca.bundle.cert.”
This error indicates a problem with accessing the repository due to an issue with setting the certificate file how can i resove it.
When attempting to create a new repository from Visual Studio 2022 and push it to the master branch from your laptop, you encounter an error:
“Git failed with a fatal error.
Unable to access ‘https://github.com/myOwnrepository/StockWarehouseManagementSystem.git/’: Error setting certificate file: C:/Program Files/Git/mingw64/ssl/certs/ca.bundle.cert.”
You might have expected the repository to be successfully created and pushed to the master branch without encountering any errors.