Skip to main content

81 Результаты поиска для "clone"

Миграции / Импорт исходного кода / GitHub Importer /

Импорт репозитория с помощью GitHub Importer

authentication. GitHub Importer will use the credentials to perform a git clone operation on the source repository. Choose an owner and a name for the new

API GraphQL / Справочные материалы /

Перечисления

be able to clone, pull, push, and add new collaborators to all organization repositories. NONE Organization members will only be able to clone and pull public

Проверка подлинности / Устранение неполадок с SSH /

Ошибка: недопустимый номер файла

issue. To take advantage of this, change the remote URL you're using: $ git clone https://github.com/USERNAME/REPO-NAME.git > Cloning into 'reponame'..

Репозитории / Создание репозиториев и управление ими /

Переименование репозитория

GitHub Pages". Помимо перенаправления веб-трафика все операции git clone, git fetch или git push, предназначенные для предыдущего расположения, будет

Codespaces / Устранение неполадок /

Устранение неполадок проверки подлинности в репозитории

GitHub CLI, поэтому можно клонировать репозиторий с помощью команды gh repo clone OWNER/REPO. Однако если вы попытаетесь отправить в репозиторий с помощью

Приложения / Создание приложений GitHub / Написание кода для приложения GitHub /

Создание приложения GitHub, реагирующего на события веб-перехватчика

repository." Clone your repository from the previous step. For more information, see "Cloning a repository." You may use a local clone or GitHub

GitHub Pages / Настройка сайта с помощью Jekyll /

Настройка обработчика Markdown для сайта GitHub Pages с помощью Jekyll

editor by selecting the dropdown menu and clicking github.dev. You can also clone the repository and edit the file locally via GitHub Desktop by clicking GitHub

Создание сообществ / Использование вики-сайтов /

Добавление и редактирование вики-страниц

компьютер с указанным URL-адресом: $ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY.wiki.git # Clones the wiki locally После клонирования вики-сайта

Начать / Использование GitHub /

Подключение к GitHub

work with a repository from your desktop, you'll need to download (or "clone") a copy of the repository to your computer, then push any changes you

GitHub Actions / Развертывание / Развертывания защиты безопасности /

Настройка OpenID Connect в Amazon Web Services

actions/checkout jobs: S3PackageUpload: runs-on: ubuntu-latest steps: - name: Git clone the repository uses: actions/checkout@v4 - name: configure aws credentials