Big fix with port in git remote
This commit is contained in:
parent
6e78099872
commit
5958fa673e
2
main.py
2
main.py
@ -41,7 +41,7 @@ commands = [
|
||||
"touch README.txt",
|
||||
"git add .",
|
||||
'git commit -am "INIT"',
|
||||
f"git remote add origin ssh://{username}@{hostname}/share/Public/git/{project_name}.git"
|
||||
f"git remote add origin ssh://{username}@{hostname}:{port}/share/Public/git/{project_name}.git"
|
||||
]
|
||||
|
||||
# SSH-Verbindung herstellen und Befehle ausführen
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user