0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【質問】ローカルの変更をリモートリポジトリにアップロード際のエラーの対応

Posted at

git add でコミットし、最後にリモートリポジトリへ反映したいのですが、
上手くできません。
最後のエラーの「fatal: no path specified; see 'git help pull' for valid url syntax」
いう表示がでてしまいます。

MacBook-Pro:git-practice papy$ git commit -m "first commit"
[master 2449a26] first commit
Committer:●●<●●@MacBook-Pro.local>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:

git config --global user.name "Your Name"
git config --global user.email you@example.com

After doing this, you may fix the identity used for this commit with:

git commit --amend --reset-author

1 file changed, 1 insertion(+)
MacBook-Pro:git-practice papy$ git push origin master
fatal: no path specified; see 'git help pull' for valid url syntax
MacBook-Pro:git-practice papy$

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?