此过程描述如何安装和配置 Git,以便将您的所有工程数据 (如作业、数据库连接、例程、小作业、数据模型、流程、存储过程) 存储在 Talend Studio 的共享存储库中。
有关受支持的 Git 服务器的更多信息,请参阅兼容的版本控制系统。
ssh-keygen -t ecdsa -b 256 -m PEM -C "email"
Host <git_server1_hostname> IdentityFile C:/users/username/.ssh/key1 Host <git_server2_hostname> IdentityFile C:/users/username/.ssh/key2
当 Talend Administration Center 作为服务运行时,确保 known_hosts 文件位于正确的文件夹中。若非如此,则将 known_hosts 文件复制到 user.home\.ssh 文件夹 (或者,如果不存在 .ssh 文件夹,则新建该文件夹)。
当 Talend Administration Center 作为 Windows 服务运行时,user.home 类似于:C:\Windows\System32\config\systemprofile。
如果您发现此页面或其内容有任何问题 – 打字错误、遗漏步骤或技术错误 – 请告诉我们!