Cline - 中文版 Docs
  • Cline Documentation
  • 入门指南
    • 快速开始
    • What is Cline?
  • Basics
    • Cline - 中文版胜算 说明文档
      • Cline 和模型上下文协议 (MCP) 服务器:提升 AI 能力
      • Interactive blocks
        • OpenAPI
      • Integrations
        • Cloud Provider Integration
        • Security Concerns
      • .clineignore 功能支持
  • Cline - 中文版胜算 说明文档
    • 什么是Cline - 胜算云增强版
    • 对于新程序员
    • 安装 Cline-胜算云增强版
    • 安装 Dev Essentials
    • 我们最喜欢的技术栈
    • 上下文管理
    • 型号选择指南
  • Getting Started
    • What is Cline?
    • For New Coders
    • Installing Cline
    • Installing Dev Essentials
    • Our Favorite Tech Stack
    • Context Management
    • Model Selection Guide
  • 提高提示技巧
    • 提示工程指南
    • Cline-胜算云增强版 内存库
  • Improving Your Prompting Skills
    • Prompt Engineering Guide
    • Cline Memory Bank
  • 探索 Cline 的工具
    • Cline-胜算云增强版 工具指南
  • 检查站
  • 计划与行动模式:有效人工智能发展指南
  • 新建任务工具
  • Remote Browser 支持
  • Exploring Cline's Tools
    • Cline Tools Guide
    • Checkpoints
    • Plan & Act Modes: A Guide to Effective AI Development
    • New Task Tool
  • Remote Browser Support
  • 企业解决方案
    • 安全问题
  • 云提供商集成
  • MCP 服务器
  • 自定义说明
  • Security Concerns
    • Security Concerns
  • Cloud Provider Integration
  • MCP Servers
  • Custom Instructions
  • MCP服务器
    • MCP概述
    • MCP市场
  • 从 GitHub 添加 MCP 服务器
  • 配置 MCP 服务器
  • 连接到远程服务器
  • MCP 传输机制
  • MCP 服务器开发协议
  • MCP Servers
    • MCP Overview
  • MCP Marketplace
  • Adding MCP Servers from GitHub
  • Configuring MCP Servers
  • Connecting to a Remote Server
  • MCP Transport Mechanisms
  • MCP Server Development Protocol
  • 自定义模型配置
    • 带有凭证身份验证的 AWS Bedrock
    • 带配置文件身份验证的 AWS Bedrock
    • GCP Vertex AI
  • LiteLLM 和 Cline-胜算云增强版(使用 Codestral)
  • Custom Model Configs
    • AWS Bedrock w/ Credentials Authentication
  • AWS Bedrock w/ Profile Authentication
  • GCP Vertex AI
  • LiteLLM & Cline (using Codestral)
  • 本地运行模型
    • 请先阅读
    • Ollama
    • LM 工作室
  • Ollama
  • LM Studio
  • Running Models Locally
  • More Info
    • Telemetry
    • 遥测
Powered by GitBook
On this page
  • 🧰 必备工具
  • 🚀 让 Cline-胜算云增强版安装一切
  • 对于 macOS
  • 对于 Windows
  • 对于 Linux
  • 🔍 会发生什么
  • 💡 为什么这些工具很重要
  • 🧩 注释
  • 🧑‍💻给新程序员的额外建议
  • 了解终端
  • 了解 VS Code 功能
  • 共同特征
  1. Cline - 中文版胜算 说明文档

安装 Dev Essentials

开始编程时,您需要在计算机上安装一些必要的开发工具。Cline-胜算云增强版 可以帮助您以安全、引导的方式安装所需的一切。

🧰 必备工具

以下是开发所需的核心工具:

  • Node.js 和 npm: JavaScript 和 Web 开发必需

  • Git: 用于跟踪代码更改并与他人协作

  • 软件包管理器: 可以轻松安装其他开发工具的工具

    • Windows 版 Chocolatey

    • Linux 上的 apt/yum

    • 适用于 macOS 的 Homebrew

💡 提示: 这些工具是你的开发者工具包的基础。正确安装它们将为你的成功奠定基础!

🚀 让 Cline-胜算云增强版安装一切

根据您的操作系统复制以下提示之一并将其粘贴到 Cline - 中文版胜算中:

对于 macOS

Hello Cline! I need help setting up my Mac for software development. Could you please help me install the essential development tools like Homebrew, Node.js, Git, and any other core utilities that are commonly needed for coding? I'd like you to guide me through the process step-by-step.

对于 Windows

Hello Cline! I need help setting up my Windows PC for software development. Could you please help me install the essential development tools like Node.js, Git, and any other core utilities that are commonly needed for coding? I'd like you to guide me through the process step-by-step.

对于 Linux

Hello Cline! I need help setting up my Linux system for software development. Could you please help me install the essential development tools like Node.js, Git, and any other core utilities that are commonly needed for coding? I'd like you to guide me through the process step-by-step.

✅ 专业提示: Cline-胜算云增强版会在运行每个命令前显示。全程掌控一切!

🔍 会发生什么

Cline-胜算云增强版将指导您完成以下步骤:

  1. 为您的系统安装适当的包管理器

  2. 使用包管理器安装 Node.js 和 Git

  3. 在运行之前向您显示确切的命令(您批准每个步骤!)

  4. 验证每个安装是否成功

⚠️ 注意: 某些安装可能需要输入电脑密码。这是正常现象!

💡 为什么这些工具很重要

Node.js & npm: Node.js 和 npm:

使用 React 或 Next.js 等框架构建网站

运行 JavaScript 代码

安装 JavaScript 包

Git:

保存不同版本的代码

与其他开发人员合作

备份您的工作

包管理器:

快速安装和更新开发工具

保持环境井然有序且最新

🧩 注释

💡 提示: 安装过程是交互式的——Cline-胜算云增强版将一步一步指导您!

  • 所有命令在运行之前都会显示给您以供批准。

  • 如果您遇到任何问题,Cline -中文版胜算 将帮助您解决问题。

  • 您可能需要输入计算机密码才能执行某些步骤。

🧑‍💻给新程序员的额外建议

了解终端

终端是一个应用程序,您可以在其中键入命令来与计算机交互。

  • macOS: 在 Spotlight 中搜索“终端”来打开它。

  • 例子:

$ open -a Terminal

了解 VS Code 功能

  • VS Code 中的终端: 直接从 VS Code 内部运行命令!

    • 转到查看 > 终端或按 `Ctrl + ``。

    • 例子:

$ node -v
v16.14.0
  • 文档视图: 您编辑代码文件的地方。

    • 从左侧的资源管理器面板打开文件。

  • 问题部分: 查看代码中的错误或警告。

    • 通过单击灯泡图标或查看 > 问题来访问它。

共同特征

  • 命令行界面 (CLI): 运行命令的强大工具。

  • 权限: 您可能需要授予某些命令的权限——这可以保证您的系统安全。

Previous安装 Cline-胜算云增强版Next我们最喜欢的技术栈

Last updated 1 month ago