I want to clone a project hosted on an enterprise Gitlab from GitHub workflow.
steps:
- run: |
git clone https://gitlab.xyz.net/Group/project.git
Running above gives me error
Cloning into 'project'...
fatal: could not read Username for 'https://gitlab.xyz.net': No such device or address
Error: Process completed with exit code 128.