Open duttadeepanjan opened 1 month ago
Follow these arguments to replace with your special cases if they are creating an issue:
! # $ & ' ( ) * + , / : ; = ? @ [ ]
%21 %23 %24 %26 %27 %28 %29 %2A %2B %2C %2F %3A %3B %3D %3F %40 %5B %5D So for example:
Actual URL: https://usern@me:p@ssword@git/reponame.git
Solution URL to use: https://usern%40me:p%40ssword@git/reponame.git
Now I am stuck at GIT _TIMEOUT
I have a terraform repo which is configured with HTTP access token for pull, Now if I do "git clone" I need to input the token manually on my linux box. How/where do I enter the token in SLD while creating a stack ?