服务器 #246
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#246
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
这里是老师使用服务器的代码喔,使用服务器需要:
1.需要有服务器上的一个账户以及相应的密码,或者使用SSH密钥对进行认证。
2.你的计算机和服务器之间需要有网络连接。这可以是局域网(LAN)或广域网(WAN),包括互联网。
这里老师的操作具体来说,是使用如下命令连接到了他的服务器的默认22端口:
ssh username@server_ip
Originally posted by @best_newnew in #223 (comment)
那意思是我需要有自己的服务器,脸上自己的服务器才可以用吗?
我的端口号不是22,怎么修改