I do get the error in my pipeline where I try to run fpx add command.
Completion files installed. To enable completion, run the following command in your shell:
source /home/runner/.bash_profile
🔄 Cloning repository "Unping"...
[WARN] ⚠️ Failed to clone repository: Exception: Failed to clone repository: Cloning into '.fpx_repositories/Unping'...
fatal: could not read Username for 'https://github.com': No such device or address
✅ Successfully added repository "Unping" (clone failed)
URL: https://github.com/Unping/unping-ui.git.git
Path: bricks
Note: Repository will be cloned when first accessed
How can it be successful when the clone failed?
I do get the error in my pipeline where I try to run fpx add command.
Completion files installed. To enable completion, run the following command in your shell:
source /home/runner/.bash_profile
🔄 Cloning repository "Unping"...⚠️ Failed to clone repository: Exception: Failed to clone repository: Cloning into '.fpx_repositories/Unping'...
[WARN]
fatal: could not read Username for 'https://github.com': No such device or address
✅ Successfully added repository "Unping" (clone failed)
URL: https://github.com/Unping/unping-ui.git.git
Path: bricks
Note: Repository will be cloned when first accessed
How can it be successful when the clone failed?